From 09cc428e00d5877cd761bd3fb6156b4a9153a4bd Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Thu, 23 Mar 2017 08:18:33 +0100 Subject: [PATCH] Increase standard intra cluster timeout from 90 to 120s. --- arangod/Cluster/ClusterMethods.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangod/Cluster/ClusterMethods.cpp b/arangod/Cluster/ClusterMethods.cpp index 4c78d6637b..cc700d2eea 100644 --- a/arangod/Cluster/ClusterMethods.cpp +++ b/arangod/Cluster/ClusterMethods.cpp @@ -50,7 +50,7 @@ using namespace arangodb::basics; using namespace arangodb::rest; -static double const CL_DEFAULT_TIMEOUT = 90.0; +static double const CL_DEFAULT_TIMEOUT = 120.0; namespace { template