undo changing TIMEOUT duration for regression-wally

This commit is contained in:
Thomas Kidd 2024-03-09 19:23:24 -06:00
parent d3b1ce4c23
commit 0caed8f8c6

View File

@ -662,10 +662,10 @@ def main():
The goal of this section is to replace the TIMEOUT_DUR for regression tests. The goal of this section is to replace the TIMEOUT_DUR for regression tests.
""" """
if test_runner.change_time_dur(time_duriation=2): # if test_runner.change_time_dur(time_duriation=2):
pass # pass
else: # else:
print("Error occured changing the TIMEOUT duration in './regression-wally'") # print("Error occured changing the TIMEOUT duration in './regression-wally'")
############################################# #############################################
# MAKE TESTS # # MAKE TESTS #