mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
Run 6 concurrent translator tests
This commit is contained in:
parent
7152c71e84
commit
72fe1b77a1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
***** END LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
const NUM_CONCURRENT_TESTS = 1;
|
||||
const NUM_CONCURRENT_TESTS = 6;
|
||||
const TRANSLATOR_TYPES = ["Web", "Import", "Export", "Search"];
|
||||
const TABLE_COLUMNS = ["Translator", "Supported", "Status", "Pending", "Succeeded", "Failed", "Unknown"];
|
||||
var translatorTables = {};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue