From e1f1ed72efbe2d9ca9dbf8c1b5302690f0591d66 Mon Sep 17 00:00:00 2001 From: Peter van der Zee Date: Fri, 14 Mar 2025 15:15:09 +0100 Subject: [PATCH] Increase test timeout to 30s to please the CI flakiness --- test/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.ts b/test/utils.ts index fcebbb657..b11b63640 100644 --- a/test/utils.ts +++ b/test/utils.ts @@ -24,7 +24,7 @@ export function cmdit( it( `${title}: \`${cmd.join(' ')}\``, { - timeout: 10_000, + timeout: 30_000, ...options }, cb.bind(null, cmd)