Skip to content

Commit

Permalink
test: increate timeout for riscv64 (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen authored Nov 29, 2023
1 parent a39c370 commit 6c29fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsc/tests/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ function runVueTsc(cwd: string) {

describe(`vue-tsc`, () => {
for (const [path, isRoot] of tests) {
it(`vue-tsc no errors (${prettyPath(path, isRoot)})`, () => runVueTsc(path), 40_000);
it(`vue-tsc no errors (${prettyPath(path, isRoot)})`, () => runVueTsc(path), 400_000);
}
});

0 comments on commit 6c29fd6

Please sign in to comment.