Run 6 concurrent translator tests

This commit is contained in:
Simon Kornblith 2011-06-20 18:55:32 +00:00
parent 7152c71e84
commit 72fe1b77a1

View file

@ -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 = {};