Skip to content

Commit

Permalink
Increate test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj committed Jul 10, 2024
1 parent 8d6d435 commit ca34123
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/doenetml-prototype/vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineWorkspace([
test: {
name: "node",
include: ["test/*.test.ts"],
testTimeout: 10000,
},
},
{
Expand All @@ -32,6 +33,7 @@ export default defineWorkspace([
name: "chrome",
headless: true,
},
testTimeout: 10000,
},
plugins: [
// vitest running in th browser won't transform CSS correctly, so we strip away all CSS files
Expand Down

0 comments on commit ca34123

Please sign in to comment.