Bug #29987
React tests - timeout on some tests for nock (http mocking lib) wrapper
Description
We don't see this much locally, but sometimes on jenkins a test will timeout because the nock assertion is not triggered in time. for example https://ci.theforeman.org/blue/organizations/jenkins/katello-pr-test/detail/katello-pr-test/3995/pipeline
Associated revisions
History
#1
Updated by The Foreman Bot about 2 years ago
- Target version deleted (
Katello Backlog) - Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8743 added
#2
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases Katello 4.0.0 added
#3
Updated by John Mitsch about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|99791b65a47437db6de16d03932af04dd83ce8e4.
#4
Updated by Jonathon Turel about 2 years ago
- Triaged changed from No to Yes
- Target version set to Katello 4.0.0
#5
Updated by Ian Ballou about 2 years ago
- Target version changed from Katello 4.0.0 to Katello 3.16.0
Fixes #29987 - Increase nock testing timeout
We see this fail on jenkins intermittenly, it appears the timeout is not enough, but it could be due to other factors. I would like to see if this fixes it first.