-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix e2e job NATS Install step #379
Conversation
@@ -210,8 +210,10 @@ func (m *EventMeshMock) handleMessaging() func(w http.ResponseWriter, r *http.Re | |||
if err == nil { | |||
break | |||
} | |||
if i < 2 { // Don't sleep after the last attempt | |||
time.Sleep(3 * time.Second) | |||
two := 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe attempts
is a better name.
Can we have a better description here the next time? A reason like "The job x is broken (link) because of reasons. To fix that this PR does this and that?" |
yes, I'll try to add more details next time. |
* Fix e2e job NATS Install step * Fix magic number linting errors
Install NATS module without lifecycle manager.
Reason: