Skip to content

Commit

Permalink
test: Reduce wtr timeout limit (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Sep 19, 2024
1 parent 1c20deb commit 1966d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { esbuildPlugin } from "@web/dev-server-esbuild";

export default {
nodeResolve: true,
testsFinishTimeout: 30000,
plugins: [
esbuildPlugin({
jsx: true,
Expand Down

0 comments on commit 1966d82

Please sign in to comment.