From e4c741e81dd7d33d38bcef5684c2c67298045111 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Thu, 1 Aug 2024 12:52:52 +0100 Subject: [PATCH] Timeout adjust --- tools/Propulsion.Tool/Sync.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Propulsion.Tool/Sync.fs b/tools/Propulsion.Tool/Sync.fs index d80a56da..0eba6dc5 100644 --- a/tools/Propulsion.Tool/Sync.fs +++ b/tools/Propulsion.Tool/Sync.fs @@ -305,7 +305,7 @@ let run appName (c: Args.Configuration, p: ParseResults) = async { if follow then source.AwaitWithStopOnCancellation() else async { - let initialWait = TimeSpan.seconds 10 + let initialWait = TimeSpan.seconds 30 do! source.Monitor.AwaitCompletion(initialWait, awaitFullyCaughtUp = true, logInterval = statsInterval / 2.) |> Async.ofTask source.Stop() do! source.Await() // Let it emit the stats