Skip to content

Commit f38ac06

Browse files
committed
reset timeouts in test_archive_replica_not_null_offset
1 parent 77fc12a commit f38ac06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/replica_test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ def test_archive_replica_not_null_offset(self):
786786
set_replication=True,
787787
initdb_params=['--data-checksums'],
788788
pg_options={
789+
'archive_timeout' : '10s',
789790
'checkpoint_timeout': '1h',
790791
'wal_level': 'replica'})
791792

@@ -812,14 +813,14 @@ def test_archive_replica_not_null_offset(self):
812813
self.backup_node(
813814
backup_dir, 'node', replica, replica.data_dir,
814815
options=[
815-
'--archive-timeout=10',
816+
'--archive-timeout=30',
816817
'--no-validate'],
817818
return_id=False)
818819

819820
output = self.backup_node(
820821
backup_dir, 'node', replica, replica.data_dir,
821822
options=[
822-
'--archive-timeout=10',
823+
'--archive-timeout=30',
823824
'--log-level-console=LOG',
824825
'--no-validate'],
825826
return_id=False)

0 commit comments

Comments
 (0)