Skip to content

Commit 934754d

Browse files
authored
Merge pull request MaterializeInc#11727 from philip-stoev/zippy-default-timeout
zippy: change the default testdrive timeout to 120s
2 parents d9bf4e2 + f9327f5 commit 934754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/zippy/mzcompose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
SchemaRegistry(),
2929
# --persistent-kafka-sources can not be enabled due to gh#11711 , gh#11506
3030
Materialized(options="--persistent-user-tables"),
31-
Testdrive(validate_data_dir=False, no_reset=True, seed=1),
31+
Testdrive(validate_data_dir=False, no_reset=True, seed=1, default_timeout="300s"),
3232
]
3333

3434
all_action_classes = [

0 commit comments

Comments
 (0)