Commit 7404d1df authored by Romain Courteaud's avatar Romain Courteaud

Zelenium: stop the test after a timeout

parent e0d2316e
......@@ -157,7 +157,7 @@ TestLoop.prototype = {
this.result.failed = true;
this.result.failureMessage = extractExceptionMessage(e);
this.commandComplete(this.result);
this.continueTest();
this.testComplete();
}
},
......
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