Skip to content

Commit d0e305f

Browse files
authored
šŸ›Increase node testing timeout to wait for website since Github machines are very weak (#7893)
1 parent 9705882 commit d0e305f

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)