Skip to content

Bump timeout for requirements test#356

Merged
boomanaiden154 merged 2 commits intogoogle:mainfrom
boomanaiden154:change-timeout-requirements-test
Jul 4, 2025
Merged

Bump timeout for requirements test#356
boomanaiden154 merged 2 commits intogoogle:mainfrom
boomanaiden154:change-timeout-requirements-test

Conversation

@boomanaiden154
Copy link
Collaborator

This test takes a while and times out on quite a few systems (including CI and my sandy bridge desktop). Bump the timeout by adding a timeout option to the rule which passes extra keyword arguments to the underlying test rule.

This test takes a while and times out on quite a few systems (including
CI and my sandy bridge desktop). Bump the timeout by adding a timeout
option to the rule which passes extra keyword arguments to the
underlying test rule.
Copy link
Contributor

@virajbshah virajbshah left a comment

Choose a reason for hiding this comment

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

LGTM.


compile_pip_requirements_3_12(
name = "requirements_3_12",
timeout = "moderate",
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice find! I was under the impression what we'd have to patch @rules_python to adjust the timeout, convenient that the kwargs get forwarded to the generated test.

@boomanaiden154 boomanaiden154 merged commit f347bae into google:main Jul 4, 2025
7 checks passed
@boomanaiden154 boomanaiden154 deleted the change-timeout-requirements-test branch July 4, 2025 14:41
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