From 0f4cf89e18c7fc90475a75962e47ecacea9c2c0a Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Thu, 29 Jan 2026 15:43:29 -0500 Subject: [PATCH] Increase the timeout on one of the tests --- packages/artifact/__tests__/download-artifact.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/artifact/__tests__/download-artifact.test.ts b/packages/artifact/__tests__/download-artifact.test.ts index 2da378d9..858cef12 100644 --- a/packages/artifact/__tests__/download-artifact.test.ts +++ b/packages/artifact/__tests__/download-artifact.test.ts @@ -622,7 +622,7 @@ describe('download-artifact', () => { ...fixtures.backendIds, name: fixtures.artifactName }) - }) + }, 38000) }) describe('streamExtractExternal', () => {