diff --git a/.github/workflows/test-core-linux.yml b/.github/workflows/test-core-linux.yml index b40b4b6c..1a3a3b07 100644 --- a/.github/workflows/test-core-linux.yml +++ b/.github/workflows/test-core-linux.yml @@ -30,7 +30,7 @@ jobs: uses: nick-fields/retry@v2 with: max_attempts: 3 - timeout_seconds: 5 + timeout_minutes: 20 command: | GECKODRIVER_VERSION=`curl -i https://github.com/mozilla/geckodriver/releases/latest | grep -Po 'v[0-9]+\.[0-9]+\.[0-9]+'` && \ wget -O geckodriver.tar.gz -w 5 https://github.com/mozilla/geckodriver/releases/download/$GECKODRIVER_VERSION/geckodriver-$GECKODRIVER_VERSION-linux64.tar.gz && \