[react-native] Fix tests and re-enable CI

This commit is contained in:
Alex Kotliarskyi 2015-08-26 19:57:21 -07:00
parent 971b70d72f
commit a5e6cc568b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const readFile = Promise.denodeify(fs.readFile);
const MAX_CALLS_PER_WORKER = 600;
// Worker will timeout if one of the callers timeout.
const DEFAULT_MAX_CALL_TIME = 60000;
const DEFAULT_MAX_CALL_TIME = 120000;
const validateOpts = declareOpts({
projectRoots: {