diff --git a/src/artifact-scanner.test.ts b/src/artifact-scanner.test.ts index c582876cc..40c73d4a8 100644 --- a/src/artifact-scanner.test.ts +++ b/src/artifact-scanner.test.ts @@ -57,7 +57,7 @@ test("scanArtifactsForTokens handles files without tokens", async (t) => { }); test("scanArtifactsForTokens finds token in debug artifacts", async (t) => { - t.timeout(30000); // 30 seconds + t.timeout(10000); // 10 seconds const messages: LoggedMessage[] = []; const logger = getRecordingLogger(messages); // The zip here is a regression test based on diff --git a/src/testdata/debug-artifacts-with-fake-token.zip b/src/testdata/debug-artifacts-with-fake-token.zip index 23ac6eb22..09a60be41 100644 Binary files a/src/testdata/debug-artifacts-with-fake-token.zip and b/src/testdata/debug-artifacts-with-fake-token.zip differ