diff --git a/Raven.Client.Lightweight/Document/ReplicationBehavior.cs b/Raven.Client.Lightweight/Document/ReplicationBehavior.cs index 9957ccd96a34..a195bb85c6d6 100644 --- a/Raven.Client.Lightweight/Document/ReplicationBehavior.cs +++ b/Raven.Client.Lightweight/Document/ReplicationBehavior.cs @@ -64,7 +64,7 @@ public async Task WaitAsync(Etag etag = null, TimeSpan? timeout = null, str int toCheck = Math.Min(replicas, destinationsToCheck.Count); var cts = new CancellationTokenSource(); - cts.CancelAfter(timeout ?? TimeSpan.FromSeconds(30)); + cts.CancelAfter(timeout ?? TimeSpan.FromSeconds(60)); var sp = Stopwatch.StartNew();