mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
use "Test timed out" so that automation.py detects the time out b=414049 r=gavin a=testing
--HG-- extra : rebase_source : 515c62bfe919ab0ec62bd916f2930ee0ec10f11e
This commit is contained in:
parent
a17dc95129
commit
fa68faa201
@ -237,7 +237,7 @@ Tester.prototype = {
|
||||
setTimeout(arguments.callee, TIMEOUT_SECONDS * 1000);
|
||||
return;
|
||||
}
|
||||
self.currentTest.addResult(new testResult(false, "Timed out", "", false));
|
||||
self.currentTest.addResult(new testResult(false, "Test timed out", "", false));
|
||||
self.currentTest.timedOut = true;
|
||||
self.currentTest.scope.__waitTimer = null;
|
||||
self.nextTest();
|
||||
|
Loading…
Reference in New Issue
Block a user