Skip to content

Commit

Permalink
Increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Dec 22, 2023
1 parent 1769375 commit 777654f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/expo/48/App.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'expect-puppeteer';

jest.setTimeout(10000);
jest.setTimeout(30000);

describe('App', () => {
beforeEach(async () => {
Expand Down
2 changes: 1 addition & 1 deletion platforms/expo/48/jest-puppeteer.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = {
server: {
command: "yarn web",
port: 19006,
launchTimeout: 10000,
launchTimeout: 30000,
},
};

0 comments on commit 777654f

Please sign in to comment.