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 d327903 commit 2db9394Copy full SHA for 2db9394
src/test/smoke/smartSend.smoke.test.ts
@@ -72,7 +72,7 @@ if (process.platform !== 'win32') {
72
return new Promise<void>((resolve) => {
73
setTimeout(() => {
74
resolve();
75
- }, 30000);
+ }, 5000);
76
});
77
}
78
0 commit comments