From 76ab9a2a32f294d5be1ce76d85b01fea926cf8f0 Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Fri, 6 Oct 2023 22:02:50 +0300 Subject: [PATCH] PMM-7 add extra wait. --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5632159ea..839eb9603 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,5 +41,6 @@ jobs: - name: Test run: | TEST_MONGODB_IMAGE=${{ matrix.image }} make test-cluster + sleep 10 make test-race make test-cluster-clean