Commit bbdf5cf2 authored by Thibaut Frain's avatar Thibaut Frain

Increase timeout of test suite because asyncTest can take time when it failed

parent ef717d41
......@@ -18,7 +18,7 @@
*/
function waitFor(testFx, onReady, time_out_millis) {
var maxtime_out_millis, start, condition, interval;
maxtime_out_millis = time_out_millis || 10001;
maxtime_out_millis = time_out_millis || 300000;
start = new Date().getTime();
condition = false;
interval = setInterval(function () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment