Skip to content

Commit

Permalink
Adapt to delays observed in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Aug 11, 2023
1 parent e4e4a75 commit 624237b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ updateForCurrentPosixTimeMilli { currentPosixTimeMilli } stateBefore =
[]

Just ( pendingHttpRequestContext, pendingHttpRequest ) ->
if currentPosixTimeMilli < pendingHttpRequestContext.timeMilli + 1000 then
if currentPosixTimeMilli < pendingHttpRequestContext.timeMilli + 1100 then
[]

else
Expand Down

0 comments on commit 624237b

Please sign in to comment.