Skip to content

Commit

Permalink
Merge pull request #2877 from martinholmer/lengthen-reform-tests-wait
Browse files Browse the repository at this point in the history
Lengthen the waiting time for the 64 test reforms to complete execution
  • Loading branch information
martinholmer authored Feb 27, 2025
2 parents 0311595 + 4b4ddec commit 80c6db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80c6db6

Please sign in to comment.