]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw: increase timeouts in unittest_rgw_dmclock_scheduler 55760/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 26 Feb 2024 14:38:52 +0000 (09:38 -0500)
committerCasey Bodley <cbodley@redhat.com>
Mon, 26 Feb 2024 14:42:20 +0000 (09:42 -0500)
commitb4f3ddfe4385c12baa0f44fff9d2708c445625d3
tree10af488feacb3d69ca32043528e656c5d2bd0133
parente7ecafcd8e9b726cdc0ed755437cf8ae5504aa5d
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>
src/test/rgw/test_rgw_dmclock_scheduler.cc