Fails due to timeout in CI on emulated architectures:
https://ci.freebsd.org/job/FreeBSD-main-riscv64-test/16565/testReport/usr.bin.gh-bc/
Tested locally, definitely should pass with double the timeout (for now).
Differential D56354
usr.bin/gh-bc/tests: double bc tests timeout Authored by siva on Sat, Apr 11, 1:45 PM.
Details Fails due to timeout in CI on emulated architectures: Tested locally, definitely should pass with double the timeout (for now).
Diff Detail
Event TimelineComment Actions Usually I'm not a fan of increasing timeout but I think we should do it in this case. Comment Actions The tests complete in 3 seconds on my amd64 system. Comment Actions Yes this is indeed a better idea. I would say for now the easiest way is set another default timeout value in test vm's /etc/kyua/kyua.conf , but updating the "build test vm" job conf for riscv64. It's not as simple as this one, but might be better to overcome this issue, even in other test cases. |