mirror of
https://github.com/status-im/metro.git
synced 2025-02-11 18:47:20 +00:00
[react-native] Fix tests and re-enable CI
This commit is contained in:
parent
971b70d72f
commit
a5e6cc568b
2
react-packager/src/JSTransformer/index.js
vendored
2
react-packager/src/JSTransformer/index.js
vendored
@ -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…
x
Reference in New Issue
Block a user