From abe54afd536de86e45c8a145b486521cbf9fd693 Mon Sep 17 00:00:00 2001 From: otherview Date: Thu, 21 Dec 2023 16:35:58 +0000 Subject: [PATCH] sleep on tests --- integration/obscurogateway/tengateway_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/obscurogateway/tengateway_test.go b/integration/obscurogateway/tengateway_test.go index 9c38b4f8ce..23bbb64e7a 100644 --- a/integration/obscurogateway/tengateway_test.go +++ b/integration/obscurogateway/tengateway_test.go @@ -103,6 +103,8 @@ func TestTenGateway(t *testing.T) { } // Gracefully shutdown + // todo remove this sleep when tests stabilize + time.Sleep(10 * time.Second) err = tenGwContainer.Stop() assert.NoError(t, err) }