Skip to content

Commit

Permalink
adjust timeout to see if it helps with potential race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Oct 29, 2024
1 parent d327903 commit 2db9394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/smoke/smartSend.smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (process.platform !== 'win32') {
return new Promise<void>((resolve) => {
setTimeout(() => {
resolve();
}, 30000);
}, 5000);
});
}

Expand Down

0 comments on commit 2db9394

Please sign in to comment.