[
https://issues.apache.org/jira/browse/FLINK-21636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-21636:
-----------------------------------
Labels: auto-deprioritized-major (was: stale-major)
Priority: Minor (was: Major)
This issue was labeled "stale-major" 7 ago and has not received any updates so
it is being deprioritized. If this ticket is actually Major, please raise the
priority and ask a committer to assign you the issue or revive the public
discussion.
> Setup a global timeout for all tests
> ------------------------------------
>
> Key: FLINK-21636
> URL: https://issues.apache.org/jira/browse/FLINK-21636
> Project: Flink
> Issue Type: Improvement
> Components: Test Infrastructure
> Reporter: Chesnay Schepler
> Priority: Minor
> Labels: auto-deprioritized-major
> Fix For: 1.14.0
>
>
> We should setup a timeout that is applied automatically to all tests. This
> can be even something like 10 minutes.
> Right now, a single test not terminating eats 4 hours of CI time, and with
> Azure's inability to cancel running stages can hurt productivity quite a bit.
> Implementation wise, we can just add this to the {{TestLogger}} class.
> {code}
> @Rule
> public Timeout globalTimeout = Timeout.minutes(10);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)