-
Notifications
You must be signed in to change notification settings - Fork 542
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
feat: change headersTimeout to 300s #1924
Conversation
Codecov ReportBase: 90.41% // Head: 90.41% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1924 +/- ##
=======================================
Coverage 90.41% 90.41%
=======================================
Files 71 71
Lines 6123 6123
=======================================
Hits 5536 5536
Misses 587 587 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Isn't it enough to change the headers timeout?
I guess. Should I modify? |
Done |
why is this just a docs change? |
Sorry :( Fixed now. |
CI is failing |
It says "failed 1 of 86 tests", but what exactly I cannot find. Can you? |
test/request-timeout.js |
I am sorry but I don't see where it's failing (cannot find Let me know if you want to keep this PR open or I should close it. |
This reverts commit 78a0552.
@KhafraDev I don't see I do see |
|
@KhafraDev Pushed updated |
that test fails locally, works in the ci |
@KhafraDev Well, that's confusing, but OK. How can CI tests be rerun after my latest commit? |
they should re-run automatically, I'm not sure why they weren't queued |
@KhafraDev can you manually start CI? |
you can force push or add a tiny commit to trigger them again |
I don’t know what’s the problem, it might be a glitch in GitHub actions. Try opening a fresh PR. |
No description provided.