mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Extends sleep period to avoid breaking a build
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user