Skip to content

Commit b611563

Browse files
authored
Increase test timeout to 30s to please the CI flakiness (#364)
1 parent 0f7a63c commit b611563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function cmdit(
2424
it(
2525
`${title}: \`${cmd.join(' ')}\``,
2626
{
27-
timeout: 10_000,
27+
timeout: 30_000,
2828
...options
2929
},
3030
cb.bind(null, cmd)

0 commit comments

Comments
 (0)