]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw: increase timeouts in unittest_rgw_dmclock_scheduler 55789/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 26 Feb 2024 14:38:52 +0000 (09:38 -0500)
committerCasey Bodley <cbodley@redhat.com>
Tue, 27 Feb 2024 16:20:51 +0000 (11:20 -0500)
commit20c0c0ca097cbcff16919e2aab42672f9291311c
tree47cdddd08cad896dd03cdfc071b829ca94aac66a
parentc0f02e608ed955f887728ffa27c686f52f9fd400
test/rgw: increase timeouts in unittest_rgw_dmclock_scheduler

1ms sleeps are generally below the timer's resolution. increase run_for()
durations to 50ms to make the tests far less sensitive to timing. in
practice, none of the sleeps actually wait the full 50ms

Fixes: https://tracker.ceph.com/issues/64568
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit b4f3ddfe4385c12baa0f44fff9d2708c445625d3)
src/test/rgw/test_rgw_dmclock_scheduler.cc