We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8df3f commit 3a0046eCopy full SHA for 3a0046e
tests/archive.py
@@ -459,7 +459,7 @@ def test_archive_push_partial_file_exists(self):
459
f.close()
460
461
self.switch_wal_segment(node)
462
- sleep(20)
+ sleep(70)
463
464
# check that segment is archived
465
if self.archive_compress:
@@ -528,14 +528,14 @@ def test_archive_push_partial_file_exists_not_stale(self):
528
529
530
531
- sleep(4)
+ sleep(30)
532
533
with open(file, 'a') as f:
534
f.write(b"blahblahblahblah")
535
f.flush()
536
537
538
- sleep(10)
+ sleep(40)
539
540
# check that segment is NOT archived
541
0 commit comments