Skip to content

Commit

Permalink
update mocha timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 26, 2023
1 parent 8285fa3 commit 0311a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Mocha Test Suite</h2>
<script src="../node_modules/mock-socket/dist/mock-socket.js"></script>
<script src="../src/htmx.js"></script>
<script class="mocha-init">
mocha.setup('bdd');
mocha.setup({ui: 'bdd', timeout: 4000 });
mocha.checkLeaks();
should = chai.should();
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Mocha Test Suite</h2>
<script src="../node_modules/mock-socket/dist/mock-socket.js"></script>
<script src="../src/htmx.js"></script>
<script class="mocha-init">
mocha.setup('bdd');
mocha.setup({ui: 'bdd', timeout: 4000 });
mocha.checkLeaks();
should = chai.should();
</script>
Expand Down

0 comments on commit 0311a8a

Please sign in to comment.