Skip to content

Commit

Permalink
Increase browser test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <jay@zijie.wang>
  • Loading branch information
xiaohk committed Feb 4, 2024
1 parent 29d3e68 commit 4561e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vitest.config.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig({
browser: {
enabled: true,
name: 'chrome'
}
},
testTimeout: 60000
}
});

0 comments on commit 4561e8d

Please sign in to comment.