test: unflake "should load web server w/o esm loader in ems module" (#17269)

This commit is contained in:
Dmitry Gozman 2022-09-12 11:42:04 -07:00 committed by GitHub
parent 0b4de0df7f
commit 48ac918cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -429,7 +429,7 @@ test('should load web server w/o esm loader in ems module', async ({ runInlineTe
webServer: {
command: 'node ws.js',
port: 9876,
timeout: 100,
timeout: 5000,
},
projects: [{name: 'foo'}]
}`,