From eb298a24e1c74d8f169418b63da87c79f959dbeb Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Tue, 3 Sep 2019 11:30:44 +0200 Subject: [PATCH] SSDM-8599: fixing system test by allowing unlimited number of sessions --- openbis/source/java/service.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/openbis/source/java/service.properties b/openbis/source/java/service.properties index 9094f3ce592..aba585ceb49 100644 --- a/openbis/source/java/service.properties +++ b/openbis/source/java/service.properties @@ -2,6 +2,7 @@ authentication-service = dummy-authentication-service # The time after which an inactive session is expired by the service (in minutes). session-timeout = 720 +max-number-of-sessions-per-user = 0 session-workspace-root-dir = targets/session-workspace -- GitLab