changeset 254:9906199e8f0f

Remove mocha async test timeout Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025431.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025432.html
author Andrew Azores <aazores@redhat.com>
date Wed, 18 Oct 2017 14:19:15 -0400
parents 2921479c34bd
children caaf7994d26b
files karma.conf.js
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/karma.conf.js	Tue Oct 17 15:19:22 2017 -0400
+++ b/karma.conf.js	Wed Oct 18 14:19:15 2017 -0400
@@ -61,6 +61,12 @@
       }
     },
 
+    client: {
+      mocha: {
+        timeout: 0
+      }
+    },
+
     exclude: [],
 
     port: 9876,