Skip to content

Commit

Permalink
JBTM-1207 large timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjenkinson committed Sep 20, 2012
1 parent 22759bd commit 435dc03
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -669,7 +669,7 @@ private void doBackoffWait()
private void doPeriodicWait()
{
try {
_stateLock.wait(_recoveryPeriod * 1000);
_stateLock.wait(_recoveryPeriod * 1000L);
} catch (InterruptedException e) {
// we can ignore this exception
}
Expand Down

0 comments on commit 435dc03

Please sign in to comment.