increase test timeout to 10 seconds from 5 seconds

This commit is contained in:
ApolllonDev 2019-02-22 13:21:56 -05:00 committed by David Humphrey
parent 3d10d6431c
commit 9d3f220d92
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<script src="../node_modules/mocha/mocha.js"></script>
<script>
mocha.setup('bdd').timeout(5000).slow(250);
mocha.setup('bdd').timeout(10000).slow(250);
window.onload = function() {
mocha.checkLeaks();