Skip to content

Commit

Permalink
Extend the E2E test timeout to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jun 28, 2024
1 parent c3d7ef3 commit 710e5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kernel/src/worker-runtime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const TEST_SOURCES: {
},
additionalAppTestCode: `
at.button[0].click()
await at.run(timeout=10)
await at.run(timeout=20)
`,
},
{
Expand Down

0 comments on commit 710e5d7

Please sign in to comment.