Skip to content

Commit 14f8518

Browse files
author
Simon MacMullen
committed
1.5 compatibility.
1 parent 3ec56f2 commit 14f8518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/functional/ExceptionHandling.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ public void testNullExceptionHandler() {
5757
}
5858

5959
private void wait(CountDownLatch latch) throws InterruptedException {
60-
latch.await(30, TimeUnit.MINUTES);
60+
latch.await(1800, TimeUnit.SECONDS);
6161
}
6262
}

0 commit comments

Comments
 (0)