diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0af2663e4..985fb62d1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -56,4 +56,6 @@ jobs: - name: Run tests for macos run: | + timeout 60 bash -c 'while ! wget -O /dev/null -T 1 http://localhost:4444/readyz; do echo waiting for selenium server; sleep 1; done' || (cat selenium-server.log && exit 2) + tox -e tests_macos_selenium -- -m macos -n 1 tests/test_webdriver_remote.py;