Skip to content

Commit d54cabb

Browse files
committed
test/cephadm: extend timeout limit again to fix timeout issue
When run make check(arm64) on omani series servers, Shows: python: timeout after 60 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) Seems like 60s is not enough, extend to 300s would be fine. Signed-off-by: Rongqi Sun <[email protected]>
1 parent 137aa40 commit d54cabb

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 = 60
561+
timeout = 300
562562

563563

564564
def _has_non_zero_exit(clog):

0 commit comments

Comments
 (0)