Give seconds in seconds, not ms
This commit is contained in:
parent
a27f7259ec
commit
ed6a7b665a
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Zotero_TranslatorTester.prototype._runTestsRecursively = function(testDoneCallba
|
||||||
}
|
}
|
||||||
|
|
||||||
(Zotero.setTimeout ? Zotero : window).setTimeout(function() {
|
(Zotero.setTimeout ? Zotero : window).setTimeout(function() {
|
||||||
callback(me, test, "failed", "Test timed out after "+TEST_RUN_TIMEOUT+" seconds");
|
callback(me, test, "failed", "Test timed out after "+TEST_RUN_TIMEOUT/1000+" seconds");
|
||||||
}, TEST_RUN_TIMEOUT);
|
}, TEST_RUN_TIMEOUT);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue