Hi Clemens, ... > - local tst_sec=$(expr $3 \* 1000000) > + local tst_sec=$(tst_adjust_timeout $(expr $3 \* 1000000)) Just a style comment: instead of using $(expr ), I'd switch to $(( )). Kind regards, Petr