diff options
| author | Noah Misch | 2021-05-31 07:29:58 +0000 |
|---|---|---|
| committer | Noah Misch | 2021-05-31 07:29:58 +0000 |
| commit | d03eeab886baa1be73f8fc2938fb842d25a71fe8 (patch) | |
| tree | b8cf62ad8a932c900723807ed85312273278f9eb /src/test/recovery | |
| parent | 12cc956664f159e97be71e33f15ec5f42e46b24e (diff) | |
Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.
Per buildfarm member hornet. Also, update Pod documentation showing the
lower value. Back-patch to v10, where the test first appeared.
Diffstat (limited to 'src/test/recovery')
| -rw-r--r-- | src/test/recovery/t/010_logical_decoding_timelines.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/010_logical_decoding_timelines.pl b/src/test/recovery/t/010_logical_decoding_timelines.pl index 8719c61a02d..12edbf760e1 100644 --- a/src/test/recovery/t/010_logical_decoding_timelines.pl +++ b/src/test/recovery/t/010_logical_decoding_timelines.pl @@ -158,7 +158,7 @@ like( ($ret, $stdout, $stderr) = $node_replica->psql( 'postgres', "SELECT data FROM pg_logical_slot_peek_changes('before_basebackup', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1');", - timeout => 30); + timeout => 180); is($ret, 0, 'replay from slot before_basebackup succeeds'); my $final_expected_output_bb = q(BEGIN |
