# HG changeset patch # User Andrew Azores # Date 1508350755 14400 # Node ID 9906199e8f0f5aa350f8870955fe7fc6b5fe4dbf # Parent 2921479c34bd01d3397c4e84a0a1d6aafecb2db1 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 diff -r 2921479c34bd -r 9906199e8f0f karma.conf.js --- 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,