We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4818eb + ce95c16 commit ca4eb9aCopy full SHA for ca4eb9a
tools/testing/selftests/kvm/memslot_perf_test.c
@@ -414,7 +414,7 @@ static bool _guest_should_exit(void)
414
*/
415
static noinline void host_perform_sync(struct sync_area *sync)
416
{
417
- alarm(2);
+ alarm(10);
418
419
atomic_store_explicit(&sync->sync_flag, true, memory_order_release);
420
while (atomic_load_explicit(&sync->sync_flag, memory_order_acquire))
0 commit comments