1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-16 07:14:15 +02:00

tests: minor fixes

This commit is contained in:
Grigory Smolkin
2019-04-20 12:42:17 +03:00
parent 58a3d2dcb0
commit 380d6c655f
2 changed files with 21 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
pg_options={
'archive_timeout': '10s',
'checkpoint_timeout': '30s',
'max_wal_size': '16MB'})
'max_wal_size': '32MB'})
self.init_pb(backup_dir)
self.add_instance(backup_dir, 'master', master)