Skip to content

Commit

Permalink
increase timeout to flaky test in running tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie authored and rkoster committed Apr 17, 2023
1 parent 89de38b commit 3268420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/bbl/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var _ = BeforeSuite(func() {
bblUpTimeout = getTimeout("BBL_UP_TIMEOUT", 40*time.Minute)
bblRotateTimeout = getTimeout("BBL_ROTATE_TIMEOUT", 40*time.Minute)
bblLatestErrorTimeout = getTimeout("BBL_LATEST_ERROR_TIMEOUT", 10*time.Second)
bblLeftoversTimeout = getTimeout("BBL_LEFTOVERS_TIMEOUT", 10*time.Minute)
bblLeftoversTimeout = getTimeout("BBL_LEFTOVERS_TIMEOUT", 12*time.Minute)
})

var _ = AfterSuite(func() {
Expand Down

0 comments on commit 3268420

Please sign in to comment.