From 702f1397e11cfc71024285ed702ad951cfce640b Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Sat, 29 Jun 2024 14:57:17 -0500 Subject: [PATCH] Add more sleep --- .github/workflows/ci-registrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-registrations.yml b/.github/workflows/ci-registrations.yml index 87eecda0..4711c186 100644 --- a/.github/workflows/ci-registrations.yml +++ b/.github/workflows/ci-registrations.yml @@ -66,7 +66,7 @@ jobs: chromedriver & sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & - name: Wait for Chromedriver - run: sleep 10s + run: sleep 30s shell: bash - run: mix test