HADOOP-14320. TestIPC.testIpcWithReaderQueuing fails intermittently. Contributed by Eric Badger.

This commit is contained in:
Eric Payne 2017-04-28 14:45:26 -05:00
parent 68e45f554b
commit 6fe11f6155
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ public void run() {
}
// wait until reader put a call to callQueue, to make sure all readers
// 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 {