Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Bump eventually timeout to 60s
Browse files Browse the repository at this point in the history
30s doesn't seem to be long enough to start a task on a busy server?!

Co-authored-by: Kieron Browne <[email protected]>
  • Loading branch information
georgethebeatle and Kieron Browne committed Jul 11, 2022
1 parent ac1898d commit 6cd358f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var _ = SynchronizedBeforeSuite(func() []byte {

fixture = tests.NewFixture(GinkgoWriter)

SetDefaultEventuallyTimeout(30 * time.Second)
SetDefaultEventuallyTimeout(60 * time.Second)
})

var _ = SynchronizedAfterSuite(func() {
Expand Down

0 comments on commit 6cd358f

Please sign in to comment.