PREC_TIMEOUT_SEC
ATF_REQUIRE_MSG(check_timespec(&ts, PREC_TIMEOUT_SEC),
test_timer_units(NOTE_SECONDS, PREC_TIMEOUT_SEC);
test_timer_units(NOTE_MSECONDS, PREC_TIMEOUT_SEC * 1000);
test_timer_units(NOTE_USECONDS, PREC_TIMEOUT_SEC * 1000000);
test_timer_units(NOTE_NSECONDS, PREC_TIMEOUT_SEC * 1000000000);