Skip to content

Commit

Permalink
Modify wait time
Browse files Browse the repository at this point in the history
Signed-off-by: joeyyy09 <[email protected]>
  • Loading branch information
joeyyy09 committed Jul 28, 2024
1 parent 2f92867 commit 015cb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/integration/e2e_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (s *E2EStorageIntegration) e2eInitialize(t *testing.T, storage string) {
}
defer resp.Body.Close()
return resp.StatusCode == http.StatusOK
}, 60*time.Second, 1*time.Millisecond, "Jaeger-v2 did not start")
}, 60*time.Second, 1*time.Second, "Jaeger-v2 did not start")
t.Log("Jaeger-v2 is ready")
t.Cleanup(func() {
if err := cmd.Process.Kill(); err != nil {
Expand Down

0 comments on commit 015cb0a

Please sign in to comment.