aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--genenetwork/services/genenetwork.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm
index fb5a41a..80b6c3c 100644
--- a/genenetwork/services/genenetwork.scm
+++ b/genenetwork/services/genenetwork.scm
@@ -536,6 +536,7 @@ object."
(port gn-auth-port))))
(wsgi-app-module "gn_auth:create_app()")
(workers 20)
+ (timeout 1200)
(environment-variables
(list (environment-variable
(name "GN_AUTH_CONF")
@@ -743,6 +744,7 @@ a @code{<genenetwork-configuration>} record."
(port port))))
(wsgi-app-module "scripts.qcapp_wsgi:app")
(workers 20)
+ (timeout 1200)
(environment-variables
(list (environment-variable
(name "UPLOADER_CONF")