Skip to content

Commit

Permalink
Update SetDefaultEventuallyTimeout for e2e test (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: frherrer <frherrer@redhat.com>
  • Loading branch information
fjglira authored Apr 23, 2024
1 parent 823ef1f commit 5dce424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/controlplane/control_plane_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
var istiodVersionRegex = regexp.MustCompile(`Version:"(\d+\.\d+(\.\d+|-\w+))`)

var _ = Describe("Control Plane Installation", Ordered, func() {
SetDefaultEventuallyTimeout(60 * time.Second)
SetDefaultEventuallyTimeout(120 * time.Second)
SetDefaultEventuallyPollingInterval(time.Second)

debugInfoLogged := false
Expand Down

0 comments on commit 5dce424

Please sign in to comment.