Skip to content

Commit

Permalink
chore: longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jan 25, 2024
1 parent c9c1bfe commit 06bcddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/browser.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { describe, it } from 'vitest'

await setup({
rootDir: fileURLToPath(new URL('../', import.meta.url)),
setupTimeout: 20000,
browser: true,
})
describe('page /homepage', () => {
it('should render', async () => {
Expand Down

0 comments on commit 06bcddb

Please sign in to comment.