From fa2ed689c318c12a828f789496fc5b78dc489ca6 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Wed, 22 May 2024 21:38:22 +0530 Subject: [PATCH] fix: debugging 502s in pinging (9) --- .github/workflows/quick-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quick-testing.yml b/.github/workflows/quick-testing.yml index 997116f7..a04ea03b 100644 --- a/.github/workflows/quick-testing.yml +++ b/.github/workflows/quick-testing.yml @@ -21,8 +21,8 @@ jobs: - name: Check for restarting containers in a loop and fixing perms again run: | - echo "Changing permissions on shuffle-database directory again" - chmod -R 777 shuffle-database + # echo "Changing permissions on shuffle-database directory again" + # chmod -R 777 shuffle-database ATTEMPTS=30 # Total time = ATTEMPTS * 5 seconds = 30 seconds for i in $(seq 1 $ATTEMPTS); do