Skip to content

Commit 0e8383e

Browse files
committed
bump up unit test timeout
1 parent 2442049 commit 0e8383e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/electron/renderer.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
<script src="../../node_modules/mocha/mocha.js"></script>
1212

1313
<script>
14-
mocha.setup('tdd');
14+
mocha.setup({
15+
ui: 'tdd',
16+
timeout: 5000
17+
});
1518
require('./renderer');
1619
</script>
1720
</body>

0 commit comments

Comments
 (0)