Skip to content

Commit 2f3e787

Browse files
committed
passing on local, fail on CI - try longer time
1 parent 83dbb90 commit 2f3e787

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
@@ -78,7 +78,7 @@ suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => {
7878
return new Promise<void>((resolve) => {
7979
setTimeout(() => {
8080
resolve();
81-
}, 5000);
81+
}, 10000);
8282
});
8383
}
8484

0 commit comments

Comments
 (0)