Skip to content

Commit

Permalink
reverting timeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Apr 3, 2024
1 parent 099fea2 commit a302056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser-test-harness.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Promise.all([
waitPort({
host: 'localhost',
port: ports.storybook,
timeout: 120000,
timeout: 60000,
}),
waitPort({
host: 'localhost',
port: ports.cspServer,
timeout: 120000,
timeout: 60000,
}),
])
.then(() => {
Expand Down

0 comments on commit a302056

Please sign in to comment.