From 4b4ddec2ecb84384ba354f63c91bc898116955d7 Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Thu, 27 Feb 2025 16:49:35 -0500 Subject: [PATCH] Lengthen the wait for the 64 reforms to complete execution --- taxcalc/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxcalc/tests/conftest.py b/taxcalc/tests/conftest.py index 4a65dbcd5..b17e2340a 100644 --- a/taxcalc/tests/conftest.py +++ b/taxcalc/tests/conftest.py @@ -78,7 +78,7 @@ def fixture_test_reforms(tests_path): actfile_path = os.path.join(tests_path, 'reforms_actual.csv') afiles = os.path.join(tests_path, 'reform_actual_*.csv') wait_secs = 1 - max_waits = 180 + max_waits = 240 # test_reforms setup if handling_logic: # remove reforms_actual.csv file if exists