Skip to content

Commit

Permalink
Fix time of check on re-run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks Orlovich committed Dec 2, 2024
1 parent 4e1ef46 commit 5425d52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5425d52

Please sign in to comment.