mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'bug-fix/increase-setup-timeout' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
20619535aa
|
@ -50,7 +50,7 @@ using namespace arangodb::aql;
|
|||
|
||||
namespace {
|
||||
|
||||
const double SETUP_TIMEOUT = 25.0;
|
||||
const double SETUP_TIMEOUT = 90.0;
|
||||
|
||||
Result ExtractRemoteAndShard(VPackSlice keySlice, size_t& remoteId, std::string& shardId) {
|
||||
TRI_ASSERT(keySlice.isString()); // used as a key in Json
|
||||
|
|
Loading…
Reference in New Issue