Skip to content

Commit f9327f5

Browse files
committed
zippy: change the default testdrive timeout to 300s
Increase the default timeout for testdrive invocations to account for the following adverse circumstances: - due to known bugs, the --persistent-kafka-sources option is not used, so all Kafka sources need to be re-ingested from scratch every time Mz is restarted. - the AWS EC2 instances are substantially slower than Hetzner's AMDs
1 parent ac58d55 commit f9327f5

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)