Bump timeout to track intermittent error

Reviewed By: sam-swarr

Differential Revision: D2816605

fb-gh-sync-id: 3d05746493f0ff97c396c82eb30d9a49537a0473
This commit is contained in:
Martin Bigio 2016-01-08 13:38:30 -08:00 committed by facebook-github-bot-7
parent 0cc1132b8c
commit a401b1d166
1 changed files with 1 additions and 1 deletions

View File

@ -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;