Translator tester: reduce defer delay from 20s to 5s
This seems like it would be sufficient for most tests that need to wait for a page to load and is much less annoying in Scaffold. We could adjust for automated runs if those end up using a browser again.
This commit is contained in:
parent
4068dffc0f
commit
2e50d37ebb
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ var Zotero_TranslatorTester = function(translator, type, debugCallback, translat
|
|||
}
|
||||
};
|
||||
|
||||
Zotero_TranslatorTester.DEFER_DELAY = 20000; // Delay for deferred tests
|
||||
Zotero_TranslatorTester.DEFER_DELAY = 5000; // Delay for deferred tests
|
||||
|
||||
/**
|
||||
* Removes document objects, which contain cyclic references, and other fields to be ignored from items
|
||||
|
|
Loading…
Reference in a new issue