Skip to content

Commit

Permalink
test: increase timeout for launching browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Nov 12, 2023
1 parent 2277c35 commit 385dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conductor/ChromeTestConductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function setupConductor() {
test('launch browser', async () => {
const {conductor} = await setupConductor()
await conductor.browser
})
}, 30_000) // launching browser might be slow in CI

test('conduct test', async () => {
const {conductor} = await setupConductor()
Expand Down

0 comments on commit 385dfb2

Please sign in to comment.