1
0
Fork 0

Merge branch 'bug-fix/increase-setup-timeout' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
jsteemann 2018-10-22 09:45:08 +02:00
commit 20619535aa
1 changed files with 1 additions and 1 deletions

View File

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