Skip to content

Commit

Permalink
docs: increase example timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Oct 7, 2024
1 parent 57baf7c commit b464ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/counter/tests/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default defineConfig({
root: 'examples/counter/tests',
globalSetup: './global-setup.ts',
testTimeout: 30_000,
hookTimeout: 30_000,
},
});

0 comments on commit b464ed4

Please sign in to comment.