From 0a0beafbce93958fc848fa9dc1799a2b8dfce275 Mon Sep 17 00:00:00 2001 From: Mehrshad Date: Tue, 14 May 2024 19:59:00 +0330 Subject: [PATCH] increase sleep --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index b7b6652f..bfd98903 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -53,7 +53,7 @@ jobs: # connect@src/mongo/shell/mongo.js:257:13 # @(connect):1:6 # exception: connect failed - sleep 10 + sleep 20 mongosh --eval 'db.getSiblingDB("lnp2pbot").createCollection("mycollection")'