Skip to content

Commit

Permalink
ci: increase node timeout (#10089)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Feb 12, 2024
1 parent dac7597 commit a006d44
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 ? 900000 : 600000;
const defaultTimeout = isCI ? 1200000 : 600000;

export default async function test() {
const args = arg({
Expand Down

0 comments on commit a006d44

Please sign in to comment.