Skip to content

Commit

Permalink
increase test timeout to 10 seconds from 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-polovyi authored and humphd committed Feb 23, 2019
1 parent 3d10d64 commit 9d3f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9d3f220

Please sign in to comment.