Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Nov 2, 2023
1 parent c008d5d commit d2ca705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/support/globalSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ module.exports = async function globalSetup() {
path: "health",
protocol: "http",
usedPortAction: "ignore",
launchTimeout: 50000,
launchTimeout: 120000,
waitOnScheme: {
window: 50000,
window: 120000,
},
});
};

0 comments on commit d2ca705

Please sign in to comment.