aboutsummaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-28 17:00:49 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-28 17:00:49 +0200
commit56125041e0720754651ae561f68eb186b71b331a (patch)
tree783adf5519c944dd51f70b83604c0b8242e4667f /src/config.py
parentb38ad263568cfc89147e5c7c9d355b0607ae1e18 (diff)
downloadphilosophers_test-56125041e0720754651ae561f68eb186b71b331a.tar.gz
philosophers_test-56125041e0720754651ae561f68eb186b71b331a.tar.bz2
philosophers_test-56125041e0720754651ae561f68eb186b71b331a.zip
Added infinite test
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.py b/src/config.py
index ebe7a94..bbc9d25 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/28 14:54:02 by cacharle ### ########.fr #
+# Updated: 2020/09/28 16:07:03 by cacharle ### ########.fr #
# #
# ############################################################################ #
@@ -30,7 +30,7 @@ TIMEOUT = 1
TIMEOUT_ERROR = 0.2
# Timeout for infinite test
-INFINITE_TIMEOUT = 1
+INFINITE_WAIT_TIME = 0.2
################################################################################
# Do not edit