Skip to content

Commit 137aa40

Browse files
committed
test/cephadm: extend timeout limit to fix timeout issue
When run make check(arm64) on omani series servers, eg. https://jenkins.ceph.com/job/ceph-pull-requests-arm64/54751/. Shows: python: timeout after 30 seconds INFO root:call_wrappers.py:284 Non-zero exit code 124 from /home/jenkins-build/build/workspace/ceph-pull-requests-arm64/src/cephadm/.tox/py3/bin/python -c for i in range(1000000): print(i, flush=True) Fixes: https://tracker.ceph.com/issues/65355 Signed-off-by: Rongqi Sun <[email protected]>
1 parent 4a987d7 commit 137aa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cephadm/tests/test_util_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ class FakeContext:
558558
with_cephadm_ctx is not appropriate (it enables too many mocks, etc).
559559
"""
560560

561-
timeout = 30
561+
timeout = 60
562562

563563

564564
def _has_non_zero_exit(clog):

0 commit comments

Comments
 (0)