From 111d692ef0e015933231e8833786b4ead2dc5192 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 2 Oct 2025 14:54:04 -0400 Subject: [PATCH] ceph-pull-requests: do not use podman specific --timeout Signed-off-by: John Mulligan --- ceph-pull-requests/build/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph-pull-requests/build/build b/ceph-pull-requests/build/build index 92f18bd8..bef71793 100644 --- a/ceph-pull-requests/build/build +++ b/ceph-pull-requests/build/build @@ -29,13 +29,12 @@ bwc() { # specify timeout in hours for $1 local timeout=$(($1*60*60)) shift - ./src/script/build-with-container.py \ + timeout "${timeout}" ./src/script/build-with-container.py \ -d "${DISTRO_BASE:-jammy}" \ --env-file="${PWD}/.env" \ --current-branch="${GIT_BRANCH:-main}" \ -t+amd64 \ --npm-cache-path="${NPMCACHE}" \ - -x"--timeout=${timeout}" \ "${@}" } -- 2.39.5