Skip to content

Commit 1913178

Browse files
committed
bump timeout for installing playwright deps to 5 minutes (#6261)
1 parent 8ebe522 commit 1913178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/playwright/playwright.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ versions.forEach((version) => {
7777
let sandbox, cwd, receiver, childProcess, webAppPort, webPortWithRedirect
7878

7979
before(async function () {
80-
// bump from 60 to 90 seconds because playwright is heavy
81-
this.timeout(90000)
80+
// Usually takes under 30 seconds but sometimes the server is really slow.
81+
this.timeout(300_000)
8282
sandbox = await createSandbox([`@playwright/test@${version}`, 'typescript'], true)
8383
cwd = sandbox.folder
8484
const { NODE_OPTIONS, ...restOfEnv } = process.env

0 commit comments

Comments
 (0)