From 4166ecdfe7420af09691665a8a1520ed80bb17e0 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Thu, 16 May 2019 18:03:16 -0700 Subject: [PATCH] Increase the configure timeout to 60 seconds, to avoid spurious configuration failures --- fdbclient/ManagementAPI.actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbclient/ManagementAPI.actor.cpp b/fdbclient/ManagementAPI.actor.cpp index e96e2cd704..9d1c76bc5a 100644 --- a/fdbclient/ManagementAPI.actor.cpp +++ b/fdbclient/ManagementAPI.actor.cpp @@ -302,7 +302,7 @@ ACTOR Future changeConfig( Database cx, std::map tooLong = delay(4.5); + state Future tooLong = delay(60); state Key versionKey = BinaryWriter::toValue(g_random->randomUniqueID(),Unversioned()); state bool oldReplicationUsesDcId = false; loop {