diff --git a/test/limits/mzcompose.py b/test/limits/mzcompose.py index 17b20df2cded5..7b7356f61cc61 100644 --- a/test/limits/mzcompose.py +++ b/test/limits/mzcompose.py @@ -798,6 +798,7 @@ class SubqueriesWhereClauseOr(Generator): COUNT = min( Generator.COUNT, 10 ) # https://github.com/MaterializeInc/database-issues/issues/2630 + MAX_COUNT = 160 # Too long-running with count=320 @classmethod def body(cls) -> None: @@ -1492,6 +1493,7 @@ def body(cls) -> None: class PostgresSources(Generator): COUNT = 300 # high memory consumption, slower with source tables + MAX_COUNT = 600 # Too long-running with count=1200 @classmethod def body(cls) -> None: