From 986b34d7997dabdf83d36f1bc79f1b169d6ae954 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Wed, 18 Mar 2020 20:22:18 +0200 Subject: Increase default janusgraph timeouts for CSIT - increase relevant timeouts to fix random (but frequent) SDC CSIT failures in sdc-cassandra-init Issue-ID: SDC-2759 Signed-off-by: Lasse Kaihlavirta Change-Id: I302b0f5676a51b362e7c3c5387803947cf93473a --- asdctool/src/main/resources/config/janusgraph.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asdctool/src/main/resources/config/janusgraph.properties b/asdctool/src/main/resources/config/janusgraph.properties index 8462756129..919f240fa5 100644 --- a/asdctool/src/main/resources/config/janusgraph.properties +++ b/asdctool/src/main/resources/config/janusgraph.properties @@ -24,4 +24,7 @@ cache.db-cache-size = 0.5 cache.tx-cache-size = 1000000 storage.lock.retries=5 -storage.lock.wait-time=500 \ No newline at end of file +storage.lock.wait-time=500 + +ids.renew-timeout=240000 +ids.authority.wait-time=3000 -- cgit 1.2.3-korg