Skip to content

Commit

Permalink
give the heartbeat test a little more time leeway.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 30, 2007
1 parent ba2bd6f commit cfe4b91
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -163,7 +163,7 @@ public void testPurge() throws Exception {
@Test(groups = "integration")
public void testHeartbeat() throws Exception {
long ts = System.currentTimeMillis();
Thread.sleep(500);
Thread.sleep(1000);
clientEngine.heartbeat();
clientEngine.push();
Date time = (Date)rootJdbcTemplate.queryForObject("select heartbeat_time from " + TestConstants.TEST_PREFIX+"node where external_id='"+TestConstants.TEST_CLIENT_EXTERNAL_ID+"'", Date.class);
Expand Down

0 comments on commit cfe4b91

Please sign in to comment.