Skip to content

Commit

Permalink
increase timeout in external test common
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Oct 26, 2024
1 parent 3f1f0a3 commit 3d6e234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/externalTests/plugins/testCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function inject (bot) {
}

try {
await withTimeout(Promise.all([detectChildJoin(), runExampleOnReady()]), 20000)
await withTimeout(Promise.all([detectChildJoin(), runExampleOnReady()]), 30000)
} catch (err) {
console.log(err)
return closeExample(err)
Expand Down

0 comments on commit 3d6e234

Please sign in to comment.