mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Set defer to wait for 30 seconds
This commit is contained in:
parent
3769fc5ae3
commit
8a7a53a606
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ Zotero_TranslatorTester.prototype.fetchPageAndRunTest = function(test, testDoneC
|
|||
var hiddenBrowser = Zotero.HTTP.processDocuments(test.url,
|
||||
function(doc) {
|
||||
if(test.defer) {
|
||||
Zotero.setTimeout(function() { runTest(doc) }, 10000, true);
|
||||
Zotero.setTimeout(function() { runTest(doc) }, 30000, true);
|
||||
} else {
|
||||
runTest(doc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue