Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Increase poll timeout from 5m to 10m for e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Silvin Lubecki <[email protected]>
  • Loading branch information
silvin-lubecki committed Nov 7, 2019
1 parent 379a153 commit eea9814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ func expectNoError(err error) {
}

func waitUntil(condition wait.ConditionFunc) {
ExpectWithOffset(1, wait.PollImmediate(1*time.Second, 5*time.Minute, condition)).NotTo(HaveOccurred())
ExpectWithOffset(1, wait.PollImmediate(1*time.Second, 10*time.Minute, condition)).NotTo(HaveOccurred())
}

func stackServiceLabel(name string) string {
Expand Down

0 comments on commit eea9814

Please sign in to comment.