From: Paul Floyd Date: Sat, 25 Jan 2025 20:03:30 +0000 (+0100) Subject: regtest: slacken timing in none/tests/bug492678 again X-Git-Tag: VALGRIND_3_25_0~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a86f8168dc2545f9ceaa429d1df5afecb0f3a166;p=thirdparty%2Fvalgrind.git regtest: slacken timing in none/tests/bug492678 again 5us was still a bit tight. 10us looks a lot more reliable. --- diff --git a/none/tests/bug492678.c b/none/tests/bug492678.c index c15037bcd..8c3689fc3 100644 --- a/none/tests/bug492678.c +++ b/none/tests/bug492678.c @@ -89,7 +89,7 @@ static void try_race_condition(void) ++tries; const struct timeval clk_period = { .tv_sec = 0, - .tv_usec = 5, + .tv_usec = 10, }; sigalrm_timer_setup(&clk_period); sigalrm_timer_destroy();