Skip to content

Commit 2db9394

Browse files
committed
adjust timeout to see if it helps with potential race condition
1 parent d327903 commit 2db9394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/smoke/smartSend.smoke.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (process.platform !== 'win32') {
7272
return new Promise<void>((resolve) => {
7373
setTimeout(() => {
7474
resolve();
75-
}, 30000);
75+
}, 5000);
7676
});
7777
}
7878

0 commit comments

Comments
 (0)