Skip to content

Commit 3e3ae1f

Browse files
authored
Merge branch 'master' into enh/visible-inputs
2 parents f2acdb2 + d0e305f commit 3e3ae1f

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)