Skip to content

Commit 7c61af8

Browse files
committed
Increase timeout per upgrade path to 15mins
From recently added logs it seems that the longest upgrade path, (starting with `4.0.x`), frequently consumes a bit more than 10 mins.
1 parent dad6eb0 commit 7c61af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bwc/test_upgrade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def _test_upgrade_path(self, versions: Tuple[VersionDef, ...], nodes: int):
209209
f.truncate()
210210
f.close()
211211

212-
@timeout(600)
212+
@timeout(900)
213213
def _do_upgrade(self,
214214
cluster: CrateCluster,
215215
nodes: int,

0 commit comments

Comments
 (0)