From f3ed3db3f707e358694eee837cde6e7dd8edb241 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Fri, 13 Jul 2018 15:48:45 +0530 Subject: Modify demo questions to make them simpler - Update default timeout to 6 seconds for Java related code --- yaksh/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/settings.py') diff --git a/yaksh/settings.py b/yaksh/settings.py index 9e9597d..f687d51 100644 --- a/yaksh/settings.py +++ b/yaksh/settings.py @@ -16,7 +16,7 @@ SERVER_POOL_PORT = config('SERVER_POOL_PORT', default=55555, cast=int) SERVER_HOST_NAME = config('SERVER_HOST_NAME', default='http://localhost') # Timeout for the code to run in seconds. This is an integer! -SERVER_TIMEOUT = config('SERVER_TIMEOUT', default=4, cast=int) +SERVER_TIMEOUT = config('SERVER_TIMEOUT', default=6, cast=int) # The root of the URL, for example you might be in the situation where you # are not hosted as host.org/exam/ but as host.org/foo/exam/ for whatever -- cgit