-
Notifications
You must be signed in to change notification settings - Fork 38
fix: Use appropriate timeouts #704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
janbuchar
commented
Jun 9, 2025
- closes Refactor client timeouts - parity with Python implemenation #685
- modelled after refactor: Rework client timeout apify-client-python#384
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for extracting the consts somewhere, so we don't have those in multiple places
Sorry for the confusion around secs/millis - I changed my approach when working on this and stopped when the client_timeouts test started to pass 🤦 |
Basically same issue like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks! 🚀