Skip to content

Commit f02c5cb

Browse files
committed
Relax smoke tests app startup for slow CI
1 parent cec281c commit f02c5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function launchApp() {
1414
] : []
1515
)
1616
],
17-
timeout: 10000,
17+
timeout: 20000,
1818
env: {
1919
...process.env,
2020
// Disable auto-update during tests

0 commit comments

Comments
 (0)