mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-14 02:06:39 +00:00
Raise unittests.html mocha.timeout to 240000 as for other timeouts
This commit is contained in:
parent
a968f60f0b
commit
1a4a75501a
@ -16,7 +16,7 @@
|
|||||||
<script src="lib/fetch.js"></script>
|
<script src="lib/fetch.js"></script>
|
||||||
<script>
|
<script>
|
||||||
mocha.setup('bdd');
|
mocha.setup('bdd');
|
||||||
mocha.timeout(20000);
|
mocha.timeout(240000);
|
||||||
</script>
|
</script>
|
||||||
<script src="lib/unittests-bundle.js"></script>
|
<script src="lib/unittests-bundle.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user