Stateless tests: push CI

This commit is contained in:
Nikita Fomichev 2024-07-12 03:06:07 +02:00
parent 08b6dd604a
commit 5f8358942c

View File

@ -2190,7 +2190,7 @@ def run_tests_array(all_tests_with_params: Tuple[List[str], int, TestSuite, bool
while True:
# This is the upper level timeout
# This helps with completely frozen processes, like in case of gdb errors
# It helps with completely frozen processes, like in case of gdb errors
def timeout_handler(signum, frame):
raise TimeoutError("Test execution timed out")