Skip to content

Commit

Permalink
Increase eventually timeout to 30s
Browse files Browse the repository at this point in the history
In some environments ginkgo is very slow and setting the limit to 15s
causes the tests to be flaky.

Co-authored-by: Andrea Nodari <anodari@pivotal.io>
  • Loading branch information
2 people authored and blgm committed May 31, 2018
1 parent 294d8f4 commit c73579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var tmpDir string
var pathToGinkgo string

func TestIntegration(t *testing.T) {
SetDefaultEventuallyTimeout(15 * time.Second)
SetDefaultEventuallyTimeout(30 * time.Second)
RegisterFailHandler(Fail)
RunSpecs(t, "Integration Suite")
}
Expand Down

0 comments on commit c73579c

Please sign in to comment.