* tests/test-pthread-rwlock-waitqueue.c (STEP_INTERVAL): Bump the
minimum interval to 200 ms on macOS.
2024-08-12 Bruno Haible <bruno@clisp.org>
+ pthread-rwlock: Attempt harder to avoid test failure on macOS.
+ * tests/test-pthread-rwlock-waitqueue.c (STEP_INTERVAL): Bump the
+ minimum interval to 200 ms on macOS.
+
pthread-rwlock: Attempt harder to avoid test failure on macOS.
* tests/test-pthread-rwlock-waitqueue.c (STEP_INTERVAL): Bump the
minimum interval to 100 ms on macOS.
RRR, RRRR, RRRRR fail. */
#if (defined __APPLE__ && defined __MACH__)
/* macOS */
-# define STEP_INTERVAL 100000000 /* nanoseconds */
+# define STEP_INTERVAL 200000000 /* nanoseconds */
#elif defined _WIN32 || defined __CYGWIN__
/* Windows */
# define STEP_INTERVAL 50000000 /* nanoseconds */