Make it possible to override TEST_RUN_TIMEOUT

This commit is contained in:
Simon Kornblith 2012-04-16 00:12:58 -04:00
parent 1d5e23a33e
commit 96bb436b20

View file

@ -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 {