This closes #343

This commit is contained in:
Clebert Suconic 2016-01-25 11:19:11 -05:00
commit 69dacb2851
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ public abstract class ActiveMQTestBase extends Assert {
}
protected void waitForNotPaging(PagingStore store) throws InterruptedException {
long timeout = System.currentTimeMillis() + 10000;
long timeout = System.currentTimeMillis() + 20000;
while (timeout > System.currentTimeMillis() && store.isPaging()) {
Thread.sleep(100);
}