Some junits are broken since adding the expiration timer.  Changed the
length of the heartbeat in an attempt to fix it.
Issue-ID: POLICY-3407
Change-Id: I81046476e243a0bf20ae9db9259be4464418e73e
Signed-off-by: Jim Hahn <jrh3@att.com>
         assertNotNull(state);
         assertEquals(5, state.getMaxWaitMs());
 
-        assertEquals(6L, params.getHeartBeatMs());
+        assertEquals(6000L, params.getHeartBeatMs());
 
         assertEquals(20000L, params.getMaxMessageAgeMs());
 
 
             "maxRetryCount": 1,
             "maxWaitMs": 5
         },
-        "heartBeatMs": 6,
+        "heartBeatMs": 6000,
         "maxMessageAgeMs": 20000
     },
     "databaseProviderParameters": {