Update operator timeout

* updated the operator timeout to near healthy run time
This commit is contained in:
thedoubl3j
2026-01-23 10:39:55 -05:00
parent 331ae92475
commit 0377b3830b

View File

@@ -212,7 +212,7 @@ jobs:
continue-on-error: true
run: |
set +e
timeout 54m bash -elc '
timeout 15m 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)