Skip to content

Commit 7eefe3b

Browse files
committed
[PGPRO-3182] Increase timeout in deadlock test.
Apparently during concurrent heavy disk load on hydra 5 seconds is not enough. tags: multimaster
1 parent 6f835aa commit 7eefe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/002_deadlock.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sub query_exec_async
7878
query_exec_async($conns[0], "commit");
7979
query_exec_async($conns[1], "commit");
8080

81-
my $timeout = 5;
81+
my $timeout = 16;
8282
while (--$timeout > 0)
8383
{
8484
my $r0 = $conns[0]->pg_ready();

0 commit comments

Comments
 (0)