Skip to content

Commit 78c698d

Browse files
committed
nah, doubling the jest timeout didn't work
1 parent faf0400 commit 78c698d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/screenshot/screenshot.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const USER_AGENTS = {
2222
iphone6: 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1'
2323
};
2424

25-
jest.setTimeout(240000);
25+
jest.setTimeout(120000);
2626

2727
const setupBrowserPage = (async () => {
2828
const { browser, page } = await openPage(await webpackCompile(BASE_SCREENSHOT_TEST));

0 commit comments

Comments
 (0)