mirror of
https://github.com/apache/nifi.git
synced 2025-03-07 01:49:19 +00:00
- Changed AtomicBoolean to CountDownLatch to avoid sleeping thread in some test cases - Specified less number of threads for Jetty and LittleProxy than default to lower resource usage - Added try catch for the specific gateway timeout case (504) so that test can pass even it happens while it fails with other errors