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

feat: add support for default-timeout input #625

Merged
merged 4 commits into from
Feb 11, 2025
Merged

feat: add support for default-timeout input #625

merged 4 commits into from
Feb 11, 2025

Conversation

char0n
Copy link
Member

@char0n char0n commented Feb 11, 2025

Closes #621

@char0n char0n requested a review from Copilot February 11, 2025 10:48
@char0n char0n self-assigned this Feb 11, 2025
@char0n char0n added the enhancement New feature or request label Feb 11, 2025

Choose a reason for hiding this comment

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/index.js:88

  • The new behavior introduced by the defaultTimeout variable is not covered by tests. Please add tests to ensure this functionality works as expected.
const defaultTimeout = parseInt(process.env.DEFAULT_TIMEOUT || '10000', 10);
@char0n char0n merged commit 20d763d into master Feb 11, 2025
6 checks passed
@char0n char0n deleted the default-timeout branch February 11, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Customize timeout to avoid
1 participant