Skip to content

Commit

Permalink
increase timeout?
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 committed Nov 13, 2024
1 parent 3ca1c60 commit 397e6c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ export default defineWorkspace([
},
setupFiles: ['test/setupBrowser.ts'],
expect: {
poll: { timeout: 10000 }
}
poll: { timeout: 20000 }
},
testTimeout: 20000
}
},
{
Expand Down

0 comments on commit 397e6c1

Please sign in to comment.