1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
This commit is contained in:
Steffen Vogel 2017-05-14 11:10:27 +02:00
parent c78dcc0f89
commit 6c62a946ca
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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);
}