Skip to content

Commit 472cc2b

Browse files
authored
Merge pull request ceph#56942 from Svelar/fix_tox_cephadm
test/cephadm: extend timeout again
2 parents 4e213a5 + d54cabb commit 472cc2b

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)