mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cleanups
This commit is contained in:
parent
c78dcc0f89
commit
6c62a946ca
2 changed files with 1 additions and 3 deletions
|
@ -93,7 +93,5 @@ ENV LD_LIBRARY_PATH /usr/local/lib:/usr/local/lib64
|
|||
#ADD https://villas.fein-aachen.org/packages/villas.repo /etc/yum.repos.d/
|
||||
|
||||
ENTRYPOINT villas
|
||||
|
||||
WORKDIR /villas
|
||||
|
||||
ENTRYPOINT bash
|
||||
|
|
|
@ -117,7 +117,7 @@ Test(timing, timerfd_create_rate, .timeout = 20)
|
|||
}
|
||||
|
||||
if (i < 10)
|
||||
cr_assert_float_eq(waited, 1.0 / rate, 10e-3, "We slept for %f instead of %f secs in round %d", waited, 1.0 / rate, i);
|
||||
cr_assert_float_eq(waited, 1.0 / rate, 1e-2, "We slept for %f instead of %f secs in round %d", waited, 1.0 / rate, i);
|
||||
|
||||
close(tfd);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue