Set defer to wait for 30 seconds
This commit is contained in:
parent
3769fc5ae3
commit
8a7a53a606
|
@ -362,7 +362,7 @@ Zotero_TranslatorTester.prototype.fetchPageAndRunTest = function(test, testDoneC
|
||||||
var hiddenBrowser = Zotero.HTTP.processDocuments(test.url,
|
var hiddenBrowser = Zotero.HTTP.processDocuments(test.url,
|
||||||
function(doc) {
|
function(doc) {
|
||||||
if(test.defer) {
|
if(test.defer) {
|
||||||
Zotero.setTimeout(function() { runTest(doc) }, 10000, true);
|
Zotero.setTimeout(function() { runTest(doc) }, 30000, true);
|
||||||
} else {
|
} else {
|
||||||
runTest(doc);
|
runTest(doc);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user