From 0377b3830b599ac62761293a49663f30fe93f61d Mon Sep 17 00:00:00 2001 From: thedoubl3j Date: Fri, 23 Jan 2026 10:39:55 -0500 Subject: [PATCH] Update operator timeout * updated the operator timeout to near healthy run time --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f99f95b62..ffe76debcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)