From 6d8cf9913f0666c837475c7710613cf25e6c05ff Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 6 Feb 2023 23:42:33 +0000 Subject: [PATCH] Increase timeout cycles for test_mixer_routing_output --- tests/test_mixer_routing_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mixer_routing_output.py b/tests/test_mixer_routing_output.py index a01e9c7a..d867c42e 100644 --- a/tests/test_mixer_routing_output.py +++ b/tests/test_mixer_routing_output.py @@ -15,7 +15,7 @@ def do_test(options, capfd, test_file, test_seed): tester = testers.ComparisonTester(open("pass.expect")) - max_cycles = 1500000 + max_cycles = 15000000 simargs = [ "--max-cycles",