From dcf018554e6102943488a5ca81f48bb97a62f1c0 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 20 Mar 2023 20:52:30 +0100 Subject: [PATCH] wait for 4minutes till seeding the database --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8964735..8fb7fb9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,5 +37,7 @@ jobs: run: ocelot/deployment/scripts/secrets.decrypt.sh - name: Upgrade Cluster run: ocelot/deployment/scripts/cluster.upgrade.sh + - name: Sleep for 4 minutes + run: sleep 240s - name: Reset and seed Neo4j database run: ocelot/deployment/scripts/cluster.reseed.sh \ No newline at end of file