Skip to content

Commit a47df1d

Browse files
committed
Increase replication delay
1 parent 441fd70 commit a47df1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bwc/test_rolling_upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def _test_rolling_upgrade(self, path, nodes):
315315
rc.execute("insert into doc.rx values (1)")
316316

317317
# account for replication delay, wait_for_active_shards nor REFRESH help here
318-
time.sleep(5)
318+
time.sleep(10)
319319

320320
rc.execute("select count(*) from doc.x")
321321
self.assertEqual(rc.fetchall()[0][0], count + 1)

0 commit comments

Comments
 (0)