Skip to content

Commit

Permalink
Fixed server start time
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed May 12, 2023
1 parent 3a98822 commit 64b29ae
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, 20000);
setTimeout(resolve, 10000);
});
});

Expand Down

0 comments on commit 64b29ae

Please sign in to comment.