mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
a1ab5e844b
- 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