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 769330a commit c008d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/support/globalSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ module.exports = async function globalSetup() {
command: "npm run typesenseServer",
port: 8108,
host: "0.0.0.0",
path: "health",
protocol: "http",
usedPortAction: "ignore",
launchTimeout: 50000,
waitOnScheme: {
window: 5000,
window: 50000,
},
});
};

0 comments on commit c008d5d

Please sign in to comment.