Skip to content

Commit 65f0fc6

Browse files
committed
Remove the timeout. When running from CDN e.g. in GHA, we can't really control this.
1 parent fc2a528 commit 65f0fc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/psc/fixtures.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ def _route_handler(route: Route) -> None:
179179
# fake server and run through the interceptor instead.
180180
page.route("**", _route_handler)
181181

182-
# Don't spend 30 seconds on timeout
183-
page.set_default_timeout(12000)
184182
return page
185183

186184

0 commit comments

Comments
 (0)