mirror of https://gitee.com/bigwinds/arangodb
Increase standard intra cluster timeout from 90 to 120s.
This commit is contained in:
parent
73a83e032f
commit
09cc428e00
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue