diff --git a/path_properties.py b/path_properties.py index f34de8e..00a5bdd 100644 --- a/path_properties.py +++ b/path_properties.py @@ -750,7 +750,10 @@ path_properties_tuples = ( 'more_than_1s': True, 'requires_syscall_getcpu': True, }, - 'sched_getcpu.c': {'requires_syscall_getcpu': True}, + 'sched_getcpu.c': { + 'requires_syscall_getcpu': True, + 'test_run_args': {'cpus': 2}, + }, 'time_boot.c': {'requires_sudo': True}, 'virt_to_phys_user.c': {'requires_argument': True}, }