From 0caed8f8c6c335a0d61564c5fa9225e6f2264879 Mon Sep 17 00:00:00 2001 From: Thomas Kidd Date: Sat, 9 Mar 2024 19:23:24 -0600 Subject: [PATCH] undo changing TIMEOUT duration for regression-wally --- bin/nightly_build.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/nightly_build.py b/bin/nightly_build.py index ff92704d0..fdb04e9d5 100755 --- a/bin/nightly_build.py +++ b/bin/nightly_build.py @@ -662,10 +662,10 @@ def main(): The goal of this section is to replace the TIMEOUT_DUR for regression tests. """ - if test_runner.change_time_dur(time_duriation=2): - pass - else: - print("Error occured changing the TIMEOUT duration in './regression-wally'") + # if test_runner.change_time_dur(time_duriation=2): + # pass + # else: + # print("Error occured changing the TIMEOUT duration in './regression-wally'") ############################################# # MAKE TESTS #