From ae0507003b45ea501e1161a5108b21abed55d813 Mon Sep 17 00:00:00 2001 From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Date: Thu, 28 Oct 2021 16:14:43 +0530 Subject: [PATCH] chore: roll to 1.17.0-next-1635204729000 --- playwright/_impl/_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/_impl/_helper.py b/playwright/_impl/_helper.py index 647a1d456..95ecf2f3a 100644 --- a/playwright/_impl/_helper.py +++ b/playwright/_impl/_helper.py @@ -212,7 +212,7 @@ def __init__( ): self.matcher = matcher self.handler = handler - self._times = times if times else 2 ** 32 + self._times = times if times else math.inf self._handled_count = 0 def matches(self, request_url: str) -> bool: