Skip to content

Commit

Permalink
Increase timeout for agent startup
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Sep 28, 2023
1 parent b72ec4b commit c549fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func startAgent(t *testing.T, ctx context.Context) (cleanup func()) {
return false
}
return true
}, 10*time.Second, 100*time.Millisecond, "Agent never started serving")
}, 30*time.Second, 100*time.Millisecond, "Agent never started serving")

t.Log("Started agent")
return cleanup
Expand Down

0 comments on commit c549fa0

Please sign in to comment.