From 47835e797e5517b1bfbf4b4b54eb1bc1fec55455 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 27 Nov 2025 11:33:18 +0900 Subject: [PATCH] test(path): relax timeout of isGlob perf testing --- path/is_glob_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path/is_glob_test.ts b/path/is_glob_test.ts index afa324b74778..cb94f3180cb0 100644 --- a/path/is_glob_test.ts +++ b/path/is_glob_test.ts @@ -120,7 +120,7 @@ Deno.test( const { promise, resolve, reject } = Promise.withResolvers(); const timer = setTimeout(() => { reject(new Error("isGlob() did not finish in time")); - }, 3000); + }, 20000); const worker = new Worker( ` data:text/javascript,