mirror of https://github.com/status-im/metro.git
[react-native] Fix tests and re-enable CI
This commit is contained in:
parent
971b70d72f
commit
a5e6cc568b
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue