Skip to content

Commit de17262

Browse files
committed
Slim down test debug artifacts
1 parent 488c1f1 commit de17262

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/artifact-scanner.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test("scanArtifactsForTokens handles files without tokens", async (t) => {
5757
});
5858

5959
test("scanArtifactsForTokens finds token in debug artifacts", async (t) => {
60-
t.timeout(30000); // 30 seconds
60+
t.timeout(10000); // 10 seconds
6161
const messages: LoggedMessage[] = [];
6262
const logger = getRecordingLogger(messages);
6363
// The zip here is a regression test based on
-4.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)