From ec8f4b4e5daab55ac728651ecf86840931e3fafd Mon Sep 17 00:00:00 2001 From: Patrick Burns Date: Sun, 7 Apr 2024 20:18:29 -0500 Subject: [PATCH] 3 second delay was too fast --- .github/workflows/cypress-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index f16d68c4..a8a2c9e7 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -36,7 +36,7 @@ jobs: run: docker-compose up -d - name: Wait for services to start - run: sleep 3 + run: sleep 5 - name: Populate dxcc_entities table run: curl "http://localhost/index.php/update/dxcc"