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 0f7a63c commit b611563Copy full SHA for b611563
test/utils.ts
@@ -24,7 +24,7 @@ export function cmdit(
24
it(
25
`${title}: \`${cmd.join(' ')}\``,
26
{
27
- timeout: 10_000,
+ timeout: 30_000,
28
...options
29
},
30
cb.bind(null, cmd)
0 commit comments