From b4065e32355b3888b2bc96466570f6de31f1a7af Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 26 Jul 2020 14:58:37 +0000 Subject: [PATCH] update attempts --- .github/workflows/test-waylonwalker-com.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index bb70989..7e3ffd0 100644 --- a/.github/workflows/test-waylonwalker-com.yml +++ b/.github/workflows/test-waylonwalker-com.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main # - uses: nanasess/setup-chromedriver@master # with: # # Optional: do not specify to match Chrome's version @@ -42,7 +42,7 @@ jobs: run: | trap 'kill $(jobs -p)' EXIT attempt_counter=0 - max_attempts=45 + max_attempts=100 mkdir -p build/reports/agent docker-compose -f docker-compose.yml logs -f | tee build/reports/agent/log.txt& until curl -s http://localhost:8585/api/status | jq '.registered' | grep true; do