Skip to content

Commit 86da65c

Browse files
Increase timeout for slow jenkins
1 parent 5cbf468 commit 86da65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-with-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nyc \
99
--report-dir "./test-reports/coverage" \
1010
mocha \
1111
--require source-map-support/register \
12-
--timeout 5000 \
12+
--timeout 10000 \
1313
--recursive \
1414
--reporter mocha-jenkins-reporter \
1515
dist/test/TestConfiguration.js dist/test/*Spec.js dist/test/**/*Spec.js

0 commit comments

Comments
 (0)