Skip to content

Commit

Permalink
[Hotfix] Increased timeout to ensure test doesn't time out on slow ma…
Browse files Browse the repository at this point in the history
…chine
  • Loading branch information
massenz committed Dec 9, 2022
1 parent cd76718 commit 60ee5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.settings
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Build configuration

version = 0.7.0
version = 0.7.1
2 changes: 1 addition & 1 deletion pubsub/sqs_pub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var _ = Describe("SQS Publisher", func() {
}
}()
close(notificationsCh)
Eventually(done).Should(BeClosed())
Eventually(done, "5s").Should(BeClosed())
})
It("will only notify error outcomes if configured to", func() {
responseOk := protos.EventResponse{
Expand Down

0 comments on commit 60ee5c0

Please sign in to comment.