Skip to content

Commit

Permalink
Increase sleep time from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields committed Aug 28, 2023
1 parent 6f1abef commit 147a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/register/register.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ suite('register', () => {

// TODO: Not sure why this sleep should be necessary
await new Promise((resolve) => {
setTimeout(resolve, 10);
setTimeout(resolve, 100);
});

assertEqualLines([testString + testString]);
Expand Down

0 comments on commit 147a3af

Please sign in to comment.