Skip to content

Commit

Permalink
Increased server startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed May 12, 2023
1 parent a1cb18e commit 9303e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ beforeAll(async () => {

// Leave time for the server to initialize
await new Promise((resolve) => {
setTimeout(resolve, 3000);
setTimeout(resolve, 20000);
});
});

Expand Down

0 comments on commit 9303e03

Please sign in to comment.