Bump timeout to track intermittent error
Reviewed By: sam-swarr Differential Revision: D2816605 fb-gh-sync-id: 3d05746493f0ff97c396c82eb30d9a49537a0473
This commit is contained in:
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;
|
||||
|
|
Loading…
Reference in New Issue