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 Apr 25, 2024
1 parent dad6eb0 commit 7c61af8
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 @@ -209,7 +209,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 7c61af8

Please sign in to comment.