aboutsummaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-01 11:49:53 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-01 11:49:53 +0200
commit1f18e740539aed751865ecff9d0f3cba44230e54 (patch)
treee23254751cc5a3be551233efb979a00571f40dc6 /src/config.py
parent763f02a8b1e69c0e26a088824981d23ba1e5386d (diff)
downloadphilosophers_test-1f18e740539aed751865ecff9d0f3cba44230e54.tar.gz
philosophers_test-1f18e740539aed751865ecff9d0f3cba44230e54.tar.bz2
philosophers_test-1f18e740539aed751865ecff9d0f3cba44230e54.zip
Refactoring file structure, Added summary
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/config.py b/src/config.py
index f50b3da..8ac5e0d 100644
--- a/src/config.py
+++ b/src/config.py
@@ -6,7 +6,7 @@
# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/09/27 11:05:38 by charles #+# #+# #
-# Updated: 2020/09/29 14:33:35 by cacharle ### ########.fr #
+# Updated: 2020/10/01 10:15:26 by cacharle ### ########.fr #
# #
# ############################################################################ #
@@ -24,17 +24,11 @@ BUILD_BEFORE = True
BUILD_CMD = "make --no-print-directory -C {path}"
# Timeout for non infinite test
-TIMEOUT = 1
+TIMEOUT = 1.0
# Timeout for error test
TIMEOUT_ERROR = 0.2
-# Timeout for infinite test
-INFINITE_WAIT_TIME = 0.2
-
-# Maximum number of lines for infinite test
-INFINITE_MAX_LINE = 1000
-
# Destination of the full summary of failed tests
RESULT_FILE = "result.log"