1
0
Fork 0

Increase standard intra cluster timeout from 90 to 120s.

This commit is contained in:
Max Neunhoeffer 2017-03-23 08:18:33 +01:00
parent 73a83e032f
commit 09cc428e00
1 changed files with 1 additions and 1 deletions

View File

@ -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<typename T>