Skip to content

Commit

Permalink
chore: only set timeout in vue-tsc test (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe committed May 17, 2022
1 parent 1cca3a1 commit 2cf646f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/vue-tsc/tests/index.spec.ts
Expand Up @@ -31,5 +31,5 @@ describe(`vue-tsc`, () => {
reject(new Error(`Exited with code ${code}`));
}
});
}));
}), 40_000);
});
4 changes: 1 addition & 3 deletions vitest.config.ts
@@ -1,7 +1,5 @@
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
testTimeout: 40_000,
},
test: {}
});

0 comments on commit 2cf646f

Please sign in to comment.