One more test fix

This commit is contained in:
jamesagnew 2017-12-05 06:06:09 -05:00
parent 3a7fba6582
commit e1c62ef03e
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class FhirResourceDaoDstu3SearchPageExpiryTest extends BaseJpaDstu3Test {
} }
}); });
StaleSearchDeletingSvcImpl.setNowForUnitTests(search3timestamp.get() + 1600); StaleSearchDeletingSvcImpl.setNowForUnitTests(search3timestamp.get() + 2100);
myStaleSearchDeletingSvc.pollForStaleSearchesAndDeleteThem(); myStaleSearchDeletingSvc.pollForStaleSearchesAndDeleteThem();
newTxTemplate().execute(new TransactionCallbackWithoutResult() { newTxTemplate().execute(new TransactionCallbackWithoutResult() {