Skip to content

Commit

Permalink
Timeout adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Aug 1, 2024
1 parent 5223677 commit e4c741e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Propulsion.Tool/Sync.fs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ let run appName (c: Args.Configuration, p: ParseResults<Parameters>) = 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
Expand Down

0 comments on commit e4c741e

Please sign in to comment.