From 4a9f5b636ef63532569676c416caa149731e930b Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 10 Jan 2021 15:27:16 +0100 Subject: Added fail safe if leak check test timeout --- src/config.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index 7f6768a..94117e8 100644 --- a/src/config.py +++ b/src/config.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:19 by charles #+# #+# # -# Updated: 2020/10/11 15:47:30 by cacharle ### ########.fr # +# Updated: 2021/01/10 15:25:49 by cacharle ### ########.fr # # # # ############################################################################ # @@ -62,9 +62,11 @@ AVAILABLE_COMMANDS = ["rmdir", "env", "cat", "touch", "ls", "grep", "sh", "head" # $PATH environment variable passed to the shell PATH_VARIABLE = os.path.abspath(EXECUTABLES_PATH) -# default test timeout +# test timeout TIMEOUT = 0.5 +# check leaks test timeout +CHECK_LEAKS_TIMEOUT = 10 LOREM = """ Mollitia asperiores assumenda excepturi et ipsa. Nihil corporis facere aut a rem consequatur. -- cgit