Skip to content

Commit

Permalink
Setup caching for npx to prevent test crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed May 26, 2023
1 parent 518c57e commit e56698d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beforeAll(async () => {

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

Expand Down

0 comments on commit e56698d

Please sign in to comment.