Skip to content

Commit f96ba04

Browse files
[ci-visibility] Bump playwright's integration test before timeout (#2901)
1 parent 3a28bd9 commit f96ba04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration-tests/playwright.spec.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const versions = ['1.18.0', isOldNode ? '1.21.0' : 'latest']
2424
versions.forEach((version) => {
2525
describe(`playwright@${version}`, () => {
2626
let sandbox, cwd, receiver, childProcess, webAppPort
27-
before(async () => {
27+
before(async function () {
28+
// bump from 30 to 60 seconds because playwright dependencies are heavy
29+
this.timeout(60000)
2830
sandbox = await createSandbox([`@playwright/test@${version}`], true)
2931
cwd = sandbox.folder
3032
// install necessary browser

0 commit comments

Comments
 (0)