Skip to content

Commit

Permalink
nomore send_delay_secs
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Hoschek <[email protected]>
  • Loading branch information
whoschek committed Jan 17, 2025
1 parent e5fd8b8 commit c0bf4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bzfs_tests/test_integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def test_basic_replication_flat_simple_with_progress_reporter(self):
isatty=i > 0,
use_select=(i % 2 == 1),
progress_update_intervals=(0.01, 0.015),
send_delay_secs=0.2 if i > 0 else 0,
# send_delay_secs=0.2 if i > 0 else 0,
)
self.assertSnapshots(dst_root_dataset, n, "s")

Expand Down

0 comments on commit c0bf4b8

Please sign in to comment.