[LTP] [PATCH v4 2/5] tst_test.c: Add tst_multiply_timeout()
Clemens Famulla-Conrad
cfamullaconrad@suse.de
Mon Oct 21 17:31:41 CEST 2019
On Mon, 2019-10-21 at 16:37 +0200, Cyril Hrubis wrote:
> Hi!
> > + if (timeout_mul == -1) {
> > + mul = getenv("LTP_TIMEOUT_MUL");
> > + if (mul) {
> > + timeout_mul = mul_float = atof(mul);
> > + if (timeout_mul != mul_float) {
> > + timeout_mul++;
> > + tst_res(TINFO, "ceiling
> > LTP_TIMEOUT_MUL to %d",
> > + timeout_mul);
> > + }
>
> Huh, why are we ceiling the timeout multiplier?
Hm, I just understood the discussion about TST_TIMEOUT/LTP_TIMEOUT_MUL
in that way, that we tried to keep both implementations more or less
the same.
So we keep float for LTP_TIMEOUT_MUL in c implementation?
Maybe a v5 is then needed, pvorel?
thanks
Clemens
More information about the ltp
mailing list