diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 095610669f..c20471dc7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: continue-on-error: true run: | set +e - timeout 15m bash -elc ' + timeout 20m bash -elc ' python -m pip install -r molecule/requirements.txt python -m pip install PyYAML # for awx/tools/scripts/rewrite-awx-operator-requirements.py $(realpath ../awx/tools/scripts/rewrite-awx-operator-requirements.py) molecule/requirements.yml $(realpath ../awx)