From 5425d52322ca49a45fa30acf703722a661bdada5 Mon Sep 17 00:00:00 2001 From: Maks Orlovich Date: Mon, 2 Dec 2024 10:06:47 -0500 Subject: [PATCH] Fix time of check on re-run. --- spec.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec.bs b/spec.bs index c7eceb0e5..88b0013d2 100644 --- a/spec.bs +++ b/spec.bs @@ -2110,14 +2110,14 @@ and a [=real time reporting contributions map=] |realTimeContributionsMap|: Note: passing 1 for multiBidLimit limits the rerun to producing at most a single bid. - 1. If |cumulativeTimeoutTracker| [=cumulative timeout tracker/is expired=] then: - 1. Increment |metrics|'s [=per participant metrics/cumulative timeouts occurred=] - by 1. - 1. [=iteration/continue=]. 1. Let |generateBidDuration| be the [=duration from=] |generateBidStartTime| to |settings|'s [=environment settings object/current monotonic time=], in milliseconds. 1. [=Expend cumulative timeout time=] given |cumulativeTimeoutTracker| and |generateBidDuration|. + 1. If |cumulativeTimeoutTracker| [=cumulative timeout tracker/is expired=] then: + 1. Increment |metrics|'s [=per participant metrics/cumulative timeouts occurred=] + by 1. + 1. [=iteration/continue=]. 1. [=Assert=] that [=list/size=] of |generatedBids| ≤ 1. 1. [=list/For each=] |generatedBid| of |generatedBids|: 1. [=Assert=] that [=query generated bid k-anonymity count=] given |generatedBid| returns true.