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