Extends sleep period to avoid breaking a build

This commit is contained in:
Lukasz Lenart
2024-01-19 07:44:53 +01:00
parent 3a1a89a547
commit 9a6411c8c5
@@ -112,7 +112,7 @@ public class StrutsBackgroundProcessTest extends StrutsInternalTestCase {
executor.execute(bp);
}
Thread.sleep(500);
Thread.sleep(800);
for (BackgroundProcess bp : bps) {
assertTrue("Process is still active: " + bp, bp.isDone());