diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96249d2c0..702351706 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -343,7 +343,7 @@ jobs: with: name: artifact - name: Run tests - timeout-minutes: 10 + timeout-minutes: 20 run: podman run -t -v ./pip-constraints.txt:/pip-constraints.txt:z,ro -v ./tests:/tests:z,ro --entrypoint=/bin/sh oci-archive:oci-archive.tar -c "grep -P '^pytest-(?!cov)' /pip-constraints.txt | xargs /venv/bin/pip install --disable-pip-version-check -c /pip-constraints.txt html5lib pytest time-machine && /venv/bin/pytest --verbose /tests" push-oci-image: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 742984317..8b1432714 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -426,7 +426,7 @@ jobs: with: name: artifact - name: Run tests - timeout-minutes: 10 + timeout-minutes: 20 run: podman run -t -v ./pip-constraints.txt:/pip-constraints.txt:z,ro -v ./tests:/tests:z,ro --entrypoint=/bin/sh oci-archive:oci-archive.tar -c "grep -P '^pytest-(?!cov)' /pip-constraints.txt | xargs /venv/bin/pip install --disable-pip-version-check -c /pip-constraints.txt html5lib pytest time-machine && /venv/bin/pytest --verbose /tests" push-oci-image: