We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1f0a3 commit 3d6e234Copy full SHA for 3d6e234
1 file changed
test/externalTests/plugins/testCommon.js
@@ -225,7 +225,7 @@ function inject (bot) {
225
}
226
227
try {
228
- await withTimeout(Promise.all([detectChildJoin(), runExampleOnReady()]), 20000)
+ await withTimeout(Promise.all([detectChildJoin(), runExampleOnReady()]), 30000)
229
} catch (err) {
230
console.log(err)
231
return closeExample(err)
0 commit comments