mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Update operator timeout
* updated the operator timeout to near healthy run time
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -212,7 +212,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
timeout 54m bash -elc '
|
timeout 15m bash -elc '
|
||||||
python -m pip install -r molecule/requirements.txt
|
python -m pip install -r molecule/requirements.txt
|
||||||
python -m pip install PyYAML # for awx/tools/scripts/rewrite-awx-operator-requirements.py
|
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)
|
$(realpath ../awx/tools/scripts/rewrite-awx-operator-requirements.py) molecule/requirements.yml $(realpath ../awx)
|
||||||
|
|||||||
Reference in New Issue
Block a user