Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored Jan 19, 2025
1 parent 34bba16 commit 9ab7f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Ackintosh/Ganesha/Storage/Adapter/MemcachedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ public function outdatedCountsShouldBeEvictedInCaseOfRateStrategy(): void
(int)$this->memcached->get($failureKeyForTheTumblingTimeWindow)
);

// Since sleeping 15 seconds as below, the `TumblingTimeWindow` contains the success count recorded above is outdated.
// Since sleeping 10 seconds as below, the `TumblingTimeWindow` contains the success count recorded above is outdated.
sleep(10);

// The count should be got cleared as the `TumblingTimeWindow` is outdated at this point.
Expand Down

0 comments on commit 9ab7f2b

Please sign in to comment.