Skip to content
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

Make timeout configurable #44

Merged
merged 10 commits into from
Mar 21, 2023
Merged

Make timeout configurable #44

merged 10 commits into from
Mar 21, 2023

Conversation

EDsCODE
Copy link
Member

@EDsCODE EDsCODE commented Mar 8, 2023

Http client timeout should be configurable as the 750ms default is restrictive

@EDsCODE EDsCODE requested review from liyiy and neilkakkar March 8, 2023 20:47
lib/Client.php Show resolved Hide resolved
Copy link

@liyiy liyiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, obviously merge after tests are fixed, of course 😁

@@ -45,3 +46,4 @@ jobs:
files: "**.php" # you may customize glob as needed
phpcs_path: php phpcs.phar
standard: phpcs.xml
scope: "file"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a bug that causes the default to not respect the standards xml: tinovyatkin/action-php-codesniffer#40

@EDsCODE
Copy link
Member Author

EDsCODE commented Mar 21, 2023

indent changes here don't matter. Leftover from trying to debug phpcs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants