We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156a2ac commit c3d9ecfCopy full SHA for c3d9ecf
1 file changed
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