Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase oracle client timeout from 5 to 60 minutes.
The timeout is so high to prevent a rare race condition from happening. We need clients to wait till chief oracle server starts. This normally takes a few minutes, but sometimes might take longer. See keras-team#990 for more details. Initially we didn't have any timeout. It was introduced to avoid tuner jobs hanging forever if chief oracle stops responding. See keras-team#957.
- Loading branch information