summaryrefslogtreecommitdiff
path: root/yaksh/settings.py
diff options
context:
space:
mode:
authormaheshgudi2018-07-13 16:48:21 +0530
committermaheshgudi2018-07-13 16:48:21 +0530
commit590dc4a5e99fc1f72287d13e5ce25d1506b4e518 (patch)
tree67018aefddc6cd215c1f8f4fce6741dc8b625bfa /yaksh/settings.py
parentf3ed3db3f707e358694eee837cde6e7dd8edb241 (diff)
downloadonline_test-590dc4a5e99fc1f72287d13e5ce25d1506b4e518.tar.gz
online_test-590dc4a5e99fc1f72287d13e5ce25d1506b4e518.tar.bz2
online_test-590dc4a5e99fc1f72287d13e5ce25d1506b4e518.zip
Fix unit and selenium tests for simple questions
Diffstat (limited to 'yaksh/settings.py')
-rw-r--r--yaksh/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/settings.py b/yaksh/settings.py
index f687d51..9e9597d 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=6, cast=int)
+SERVER_TIMEOUT = config('SERVER_TIMEOUT', default=4, 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