Skip to content

Commit

Permalink
test: increate timeout for riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen committed Nov 8, 2023
1 parent a03aae4 commit e521a4e
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), 40_0000);
}
});

0 comments on commit e521a4e

Please sign in to comment.