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:
@@ -554,7 +554,7 @@ describe('1 GB large-file upload', () => {
|
|||||||
const r = await s3Request('PUT', `/${largeBucket}`);
|
const r = await s3Request('PUT', `/${largeBucket}`);
|
||||||
expect(r.status).toBe(200);
|
expect(r.status).toBe(200);
|
||||||
createdBuckets.push(largeBucket);
|
createdBuckets.push(largeBucket);
|
||||||
});
|
}, 600_000);
|
||||||
|
|
||||||
if (skipLarge) {
|
if (skipLarge) {
|
||||||
it('1 GB tests skipped — set S3_SECRET_KEY and ADMIN_API_TOKEN', () => {
|
it('1 GB tests skipped — set S3_SECRET_KEY and ADMIN_API_TOKEN', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user