Skip to content

Commit

Permalink
Increase timeout per upgrade path to 15mins
Browse files Browse the repository at this point in the history
From recently added logs it seems that the longest upgrade path,
(starting with `4.0.x`), frequently consumes a bit more than 10 mins.
  • Loading branch information
matriv committed Mar 13, 2024
1 parent 800691d commit 3eab19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bwc/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def _test_upgrade_path(self, versions: Tuple[VersionDef, ...], nodes: int):
f.truncate()
f.close()

@timeout(600)
@timeout(900)
def _do_upgrade(self,
cluster: CrateCluster,
nodes: int,
Expand Down

0 comments on commit 3eab19e

Please sign in to comment.