heftig / rtkit

Branched from git://git.0pointer.net/rtkit
Other
47 stars 20 forks source link

rtkit-test: RLIMIT_RTTIME is in usec, not nsec #2

Closed jcristau closed 5 years ago

jcristau commented 5 years ago

commit 7bf411e4f60e didn't fix the value used in the test's setrlimit call, so its attempts to set the limit to 100s would fail. Make it 100ms as intended instead.

heftig commented 5 years ago

LGTM, thanks.