diff --git a/build.settings b/build.settings index 465815c..f1245a2 100644 --- a/build.settings +++ b/build.settings @@ -1,3 +1,3 @@ # Build configuration -version = 0.7.0 +version = 0.7.1 diff --git a/pubsub/sqs_pub_test.go b/pubsub/sqs_pub_test.go index 1320be0..7ff8135 100644 --- a/pubsub/sqs_pub_test.go +++ b/pubsub/sqs_pub_test.go @@ -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{