Skip to content

Commit

Permalink
one more jenkins run, with a bit more logging (#8843)
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Dec 14, 2022
1 parent b5986fa commit abd6ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,8 @@ public void testHarvestingClientRun() throws InterruptedException {
// we'll sleep for another second
i++;
} else {
if (logger.isLoggable(Level.FINE)) {
logger.info("getClientResponse.prettyPrint: "
+ getClientResponse.prettyPrint());
}
logger.info("getClientResponse.prettyPrint: "
+ getClientResponse.prettyPrint());
// Check the values in the response:
// a) Confirm that the harvest has completed:
assertEquals("Unexpected client status: "+clientStatus, "inActive", clientStatus);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ public void testSingleRecordOaiSet() throws InterruptedException {
// now has its own wait mechanism). But I'll keep this extra code in
// place since it's not going to hurt. - L.A.

Thread.sleep(1000L); // initial sleep interval
int i = 0;
int maxWait=10;
do {
Expand Down

0 comments on commit abd6ded

Please sign in to comment.