-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
bazel: set short timeout as 120s #42396
bazel: set short timeout as 120s #42396
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/retest |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 3cab764f5d110d74b30db787c76e3662db1687a8
|
/retest |
1 similar comment
/retest |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6c5f4e325b15059df299960d7bdc3f898cb0449d
|
/merge |
This pull request has been accepted and is ready to merge. Commit hash: fc35cf1c95064d1b3231b02bfc41d2f3a3ca1825
|
/retest |
/test unit-test |
c85b5d2
to
d570d5b
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: d570d5b
|
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 55a1cfa
|
/merge |
/cherrypick release-6.5 |
@hawkingrei: new pull request created to branch In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
In bazel, The time limit for a test is based on its timeout attribute according to the following table:
But in the old test tools, our smallest timeout is 2m, so we need to reset it again as 120s.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.