diff --git a/test/retry.ts b/test/retry.ts index edc72c13..8d143572 100644 --- a/test/retry.ts +++ b/test/retry.ts @@ -8,6 +8,7 @@ const fixture = 'fixture'; const defaultRetryCount = 2; const retryAfterOn413 = 2; const lastTried413access = Date.now(); + // We allow the tests to take more time on CI than locally, to reduce flakiness const allowedOffset = process.env.CI ? 1000 : 300;