Skip to content

Commit

Permalink
chore: up timeout for start dev server in test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter committed Nov 17, 2023
1 parent ca739d5 commit a9dbed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/utils/dev-server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ export const startDevServer = async (options, expectFailure) => {
}
}

// 240 seconds
const SERVER_START_TIMEOUT = 24e4
// 600 seconds
const SERVER_START_TIMEOUT = 60e4

export const withDevServer = async (options, testHandler, expectFailure = false) => {
let server
Expand Down

0 comments on commit a9dbed4

Please sign in to comment.