Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: increase chains timeout since we're hitting worst case
* Because the build-definitions PR checks are running on the production cluster, due to the heavy load, chains controller is overwhelemed more often. * This is causing test timeouts while waiting for chains controller to attest artifacts. * These days, we're hitting the worst case more often making it difficult for us to merge PRs on build-def repo. * This PR increases the timeout from 30 mins to 90mins * We should reduce this timeout as soon as the situation is improved, one option, by shifting the checks to execute on the staging cluster instead, which has comparatively less load. Signed-off-by: Dheeraj<[email protected]>
- Loading branch information