0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

test: increase timeout (#10054)

This commit is contained in:
Erika 2024-02-08 11:32:59 +01:00 committed by GitHub
parent eaf2fb6a71
commit 31e2a777b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ import arg from 'arg';
import glob from 'tiny-glob';
const isCI = !!process.env.CI;
const defaultTimeout = isCI ? 30000 : 20000;
const defaultTimeout = isCI ? 900000 : 600000;
export default async function test() {
const args = arg({