Skip to content

Commit

Permalink
We found we needed five minutes for actual IaaSs to deploy, etc
Browse files Browse the repository at this point in the history
Signed-off-by: Milan Klanjsek <mklanjsek@pivotal.io>
  • Loading branch information
anEXPer authored and mklanjsek committed Jan 3, 2018
1 parent 6773973 commit c8b4755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestTests(t *testing.T) {
}

var _ = BeforeEach(func() {
SetDefaultEventuallyTimeout(3 * time.Minute)
SetDefaultEventuallyTimeout(5 * time.Minute)
SetDefaultEventuallyPollingInterval(time.Second)
SetDefaultConsistentlyDuration(time.Minute)
SetDefaultConsistentlyPollingInterval(time.Second)
Expand Down

0 comments on commit c8b4755

Please sign in to comment.