mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
make timer unit test more robust
This commit is contained in:
parent
cbf74f931c
commit
1cede55db5
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ Test(timing, timerfd_create_rate, .timeout = 20)
|
|||
|
||||
cr_assert(tfd > 0);
|
||||
|
||||
timerfd_wait(tfd);
|
||||
|
||||
for (int i = 0; i < 10; i++) {
|
||||
start = time_now();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue