Skip to content

Commit

Permalink
pause to make sure we get a different start time on the incoming batc…
Browse files Browse the repository at this point in the history
…h history
  • Loading branch information
erilong committed Jan 10, 2008
1 parent 19fa505 commit ec585d3
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -157,6 +157,8 @@ public void testSkippingResentBatch() throws Exception {
Assert.assertEquals(history.getStatementCount(), expectedCount, "Wrong statement count");
Assert.assertEquals(history.getFallbackInsertCount(), 0, "Wrong fallback insert count");
Assert.assertEquals(history.getFallbackUpdateCount(), 0, "Wrong fallback update count");
// pause to make sure we get a different start time on the incoming batch history
Thread.sleep(10);
}
}

Expand Down

0 comments on commit ec585d3

Please sign in to comment.