Skip to content

Commit

Permalink
Debugging test failure - increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <[email protected]>
  • Loading branch information
BulkBeing committed Jan 17, 2025
1 parent 5e7fc1e commit 22a2a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/expect.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (t *Expect) VertexPodsRunning() *Expect {

func (t *Expect) MonoVertexPodsRunning() *Expect {
t.t.Helper()
if err := WaitForMonoVertexPodRunning(t.kubeClient, t.monoVertexClient, Namespace, t.monoVertex.Name, 2*time.Minute); err != nil {
if err := WaitForMonoVertexPodRunning(t.kubeClient, t.monoVertexClient, Namespace, t.monoVertex.Name, 5*time.Minute); err != nil {
t.t.Fatalf("Expected mono vertex %q pod running: %v", t.monoVertex.Name, err)
}
return t
Expand Down

0 comments on commit 22a2a8a

Please sign in to comment.