mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Make it possible to override TEST_RUN_TIMEOUT
This commit is contained in:
parent
1d5e23a33e
commit
96bb436b20
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
// Timeout for test to complete
|
||||
const TEST_RUN_TIMEOUT = 600000;
|
||||
var TEST_RUN_TIMEOUT = 600000;
|
||||
var EXPORTED_SYMBOLS = ["Zotero_TranslatorTesters"];
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue