We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cd45b commit fbcebd2Copy full SHA for fbcebd2
src/test/smoke/smartSend.smoke.test.ts
@@ -69,7 +69,7 @@ if (process.platform !== 'win32') {
69
return new Promise<void>((resolve) => {
70
setTimeout(() => {
71
resolve();
72
- }, 10000);
+ }, 5000);
73
});
74
}
75
0 commit comments