From b38ad263568cfc89147e5c7c9d355b0607ae1e18 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 28 Sep 2020 15:01:53 +0200 Subject: Added test result reporting --- src/config.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index f718296..ebe7a94 100644 --- a/src/config.py +++ b/src/config.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/27 11:05:38 by charles #+# #+# # -# Updated: 2020/09/28 12:06:05 by cacharle ### ########.fr # +# Updated: 2020/09/28 14:54:02 by cacharle ### ########.fr # # # # ############################################################################ # @@ -24,7 +24,10 @@ BUILD_BEFORE = True BUILD_CMD = "make --no-print-directory -C {path}" # Timeout for non infinite test -TIMEOUT = 2 +TIMEOUT = 1 + +# Timeout for error test +TIMEOUT_ERROR = 0.2 # Timeout for infinite test INFINITE_TIMEOUT = 1 -- cgit