Skip to content

Commit 01df323

Browse files
committed
added timeout for beforeAll
1 parent d0e305f commit 01df323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/startupCalls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
};
2121

2222
beforeAll(async () => {
23-
console.log("Start:", new Date().toUTCString());
23+
console.log("Start:", new Date().toUTCString(), 120000);
2424

2525
page.on('response', response => {
2626
const url = response.url();

0 commit comments

Comments
 (0)