Skip to content

Commit

Permalink
Reset time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Jul 8, 2024
1 parent 7bc79e9 commit 4f53a29
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 = 600000 //isCI ? 600000 : 600000;
const defaultTimeout = isCI ? 1400000 : 600000;

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

0 comments on commit 4f53a29

Please sign in to comment.