Skip to content

Commit 555c985

Browse files
committed
increasing timeout
1 parent aff67a2 commit 555c985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser-test-harness.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Promise.all([
2424
waitPort({
2525
host: 'localhost',
2626
port: ports.storybook,
27-
timeout: 60000,
27+
timeout: 120000,
2828
}),
2929
waitPort({
3030
host: 'localhost',
3131
port: ports.cspServer,
32-
timeout: 60000,
32+
timeout: 120000,
3333
}),
3434
])
3535
.then(() => {

0 commit comments

Comments
 (0)