increasing latch timeout, which sometimes fails
Change-Id: Idad05c82f86cbe0024206db2ea6699e4fe06bfa4
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -15,7 +15,7 @@ import static org.onlab.util.Tools.namedThreads; | ... | @@ -15,7 +15,7 @@ import static org.onlab.util.Tools.namedThreads; |
15 | */ | 15 | */ |
16 | public abstract class AbstractLoopTest { | 16 | public abstract class AbstractLoopTest { |
17 | 17 | ||
18 | - protected static final long MAX_MS_WAIT = 500; | 18 | + protected static final long MAX_MS_WAIT = 1500; |
19 | 19 | ||
20 | /** Block on specified countdown latch. Return when countdown reaches | 20 | /** Block on specified countdown latch. Return when countdown reaches |
21 | * zero, or fail the test if the {@value #MAX_MS_WAIT} ms timeout expires. | 21 | * zero, or fail the test if the {@value #MAX_MS_WAIT} ms timeout expires. | ... | ... |
-
Please register or login to post a comment