]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Test timeout increased for low performance devices
authorIan Coleman <coleman.ian@gmail.com>
Sat, 11 Feb 2017 09:50:21 +0000 (20:50 +1100)
committerIan Coleman <coleman.ian@gmail.com>
Sat, 11 Feb 2017 09:50:21 +0000 (20:50 +1100)
tests.js

index 6a7a960b1a027cfe7be1c9d176497e618c584647..677f3e2894111a31dd3aa882a1ba70ed2d460fc7 100644 (file)
--- a/tests.js
+++ b/tests.js
@@ -4,7 +4,7 @@
 
 var page = require('webpage').create();
 var url = 'src/index.html';
-var testMaxTime = 10000;
+var testMaxTime = 20000;
 
 page.viewportSize = {
     width: 1024,