Skip to content

Commit

Permalink
test: increase timeout for NotifyTest#testAsyncNotify since 2s was no…
Browse files Browse the repository at this point in the history
…t always enough
  • Loading branch information
vlsi committed Jun 5, 2022
1 parent 83b68f5 commit c3d53c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ public void testAsyncNotify() throws Exception {
// less to run and is still as effective.
PGNotification[] notifications = null;
try {
int retries = 20;
int retries = 300;
while (retries-- > 0
&& (notifications = conn.unwrap(PGConnection.class).getNotifications()) == null ) {
Thread.sleep(100);
Expand Down

0 comments on commit c3d53c9

Please sign in to comment.