Skip to content

Commit 85d6664

Browse files
sykesmyacovm
authored andcommitted
[FAB-12324] increase timeout for real couch term
The CouchDB runner integration tests have been failing in CI because the container does not terminate within a second. Change-Id: Ie5ae0ebeb561ced7d8d54a6c77b1c1c62c11e460 Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 6db0e61 commit 85d6664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/runner/couchdb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ var _ = Describe("CouchDB Runner", func() {
195195

196196
By("terminating the container")
197197
process.Signal(syscall.SIGTERM)
198-
Eventually(process.Wait()).Should(Receive())
198+
Eventually(process.Wait(), time.Minute).Should(Receive())
199199
process = nil
200200

201201
Eventually(ContainerExists(client, containerName)).Should(BeFalse())

0 commit comments

Comments
 (0)