test(e2e): 10min timeout for 1GB beforeAll download hook

Bun's default hook timeout (5s) killed the Hetzner 1GB download in beforeAll.
This commit is contained in:
asepharyana
2026-08-01 20:43:00 +07:00
parent 90d6c7dd6f
commit 673c934f37
+1 -1
View File
@@ -554,7 +554,7 @@ describe('1 GB large-file upload', () => {
const r = await s3Request('PUT', `/${largeBucket}`);
expect(r.status).toBe(200);
createdBuckets.push(largeBucket);
});
}, 600_000);
if (skipLarge) {
it('1 GB tests skipped — set S3_SECRET_KEY and ADMIN_API_TOKEN', () => {