Skip to content

Commit fbcebd2

Browse files
committed
what is going on with timeout
1 parent 37cd45b commit fbcebd2

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
@@ -69,7 +69,7 @@ if (process.platform !== 'win32') {
6969
return new Promise<void>((resolve) => {
7070
setTimeout(() => {
7171
resolve();
72-
}, 10000);
72+
}, 5000);
7373
});
7474
}
7575

0 commit comments

Comments
 (0)