Skip to content

Commit 3d6e234

Browse files
authored
increase timeout in external test common
1 parent 3f1f0a3 commit 3d6e234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/externalTests/plugins/testCommon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function inject (bot) {
225225
}
226226

227227
try {
228-
await withTimeout(Promise.all([detectChildJoin(), runExampleOnReady()]), 20000)
228+
await withTimeout(Promise.all([detectChildJoin(), runExampleOnReady()]), 30000)
229229
} catch (err) {
230230
console.log(err)
231231
return closeExample(err)

0 commit comments

Comments
 (0)