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,