mik-laj commented on issue #4703: [AIRFLOW-3885] Improve Travis CI cycle time URL: https://github.com/apache/airflow/pull/4703#issuecomment-464490188 Not about this PR, but generally. We have 2340 tests in total. These tests take 1667 seconds We have a lot of tests that take a long time. 319 tests take over 1 second. In total, these tests take 900 seconds. 13 percent of tests of the longest running tests take almost 50 percent of all tests. From what I noticed, one of the problems is `time.sleep` command in the tests.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
