-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
add --test-timeout flagΒ #50431
Copy link
Copy link
Closed
Labels
test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Metadata
Metadata
Assignees
Labels
test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I think adding a
--test-timeout 60000flag is necessary for the test runner to fulfill basic uses cases without requiring a custom runner. It's often the case of having a test that times out, and currently no output is produced in such case.