Skip to content

Commit d51539a

Browse files
committed
increase timeout
1 parent a5e90f2 commit d51539a

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
@@ -47,7 +47,7 @@ module.exports = {
4747
await auto.register(page, user, pass);
4848
console.log("Registered");
4949

50-
await page.waitFor(10000);
50+
await page.waitFor(60000);
5151
}, ourTimeout);
5252

5353
afterAll(async () => {

0 commit comments

Comments
 (0)