]> git.ipfire.org Git - thirdparty/glibc.git/commit
iconv: Use TIMEOUTFACTOR for iconv test timeout
authorStafford Horne <shorne@gmail.com>
Tue, 5 Oct 2021 01:56:10 +0000 (10:56 +0900)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 21 Oct 2021 14:11:07 +0000 (11:11 -0300)
commit0ff2d30daedb6d0d00401f1f2a48a80ff99d7c25
treef14487038381fb4ecc5daa9fd317d3a080aa15fd
parent4e32c8f5682004d0571395fe9fa1bc1b73b40f4c
iconv: Use TIMEOUTFACTOR for iconv test timeout

Currently the timeout for each iconv test is hard coded to 3 seconds.
On my OpenRISC test platform this is too slow and the test fails with a
HANG error.

This change uses the available TIMEOUTFACTOR to compute the timeout.
The default value is still 3.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
iconv/tst-iconv_prog.sh