Skip to content

Commit

Permalink
test: increase timeout (withastro#10054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored Feb 8, 2024
1 parent eaf2fb6 commit 31e2a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmd/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 31e2a77

Please sign in to comment.