Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-21636

Setup a global timeout for all tests

    XMLWordPrintableJSON

Details

    Description

      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.

      @Rule
      public Timeout globalTimeout = Timeout.minutes(10);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            chesnay Chesnay Schepler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: