HADOOP-14320. TestIPC.testIpcWithReaderQueuing fails intermittently. Contributed by Eric Badger.
(cherry picked from commit 6fe11f6155
)
This commit is contained in:
parent
5d81b6b29a
commit
2bf29ca2f9
|
@ -807,7 +807,7 @@ public class TestIPC {
|
||||||
}
|
}
|
||||||
// wait until reader put a call to callQueue, to make sure all readers
|
// wait until reader put a call to callQueue, to make sure all readers
|
||||||
// are blocking on the queue after initialClients threads are started.
|
// are blocking on the queue after initialClients threads are started.
|
||||||
verify(spy, timeout(100).times(i + 1)).put(Mockito.<Call>anyObject());
|
verify(spy, timeout(5000).times(i + 1)).put(Mockito.<Call>anyObject());
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue