Skip to content

Commit

Permalink
Reduce to 4 attempts on start-server
Browse files Browse the repository at this point in the history
  • Loading branch information
joheredi committed Nov 27, 2019
1 parent 9d34d65 commit 3973127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/start-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type OutputType = "silent" | "dots";
/**
* Function that starts the test server with retries
*/
const startTestServer = () => retry(startServer, 10);
const startTestServer = () => retry(startServer, 4);

/**
* Function that starts the tests server and verifies it is ready to receive requests
Expand Down

0 comments on commit 3973127

Please sign in to comment.