Skip to content

Commit

Permalink
reset to original timeout number
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Oct 30, 2024
1 parent 490ef8b commit c896ce7
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 @@ -84,7 +84,7 @@ suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => {
return new Promise<void>((resolve) => {
setTimeout(() => {
resolve();
}, 20000);
}, 10000);
});
}

Expand Down

0 comments on commit c896ce7

Please sign in to comment.