Skip to content

Commit 2c71266

Browse files
committed
Increased Jest timeout for window tests to account for possible slowdown on macOS workers
1 parent 96d122c commit 2c71266

File tree

1 file changed

+1
-0
lines changed
  • e2e/tests/packages/window-integration-tests

1 file changed

+1
-0
lines changed

e2e/tests/packages/window-integration-tests/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const sleep = async (ms) => {
1010

1111
let app;
1212
const APP_TIMEOUT = 10000;
13+
jest.setTimeout(3 * APP_TIMEOUT)
1314

1415
beforeEach(async () => {
1516
app = new Application({

0 commit comments

Comments
 (0)