mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 23:24:06 +08:00
Bump timeout to track intermittent error
Reviewed By: sam-swarr Differential Revision: D2816605 fb-gh-sync-id: 3d05746493f0ff97c396c82eb30d9a49537a0473
This commit is contained in:
committed by
facebook-github-bot-7
parent
bd7d10e5aa
commit
2f3f84eecd
@@ -25,7 +25,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 = 300000;
|
||||
const DEFAULT_MAX_CALL_TIME = 301000;
|
||||
|
||||
// How may times can we tolerate failures from the worker.
|
||||
const MAX_RETRIES = 2;
|
||||
|
||||
Reference in New Issue
Block a user