commit | 09fa3ec89fa6e9a287047bf271ad75776898036e | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Apr 05 20:39:08 2023 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Apr 05 19:44:09 2023 +0200 |
tree | 728e2bb6f7289d9e19aad247c1f81026163670d7 | |
parent | e09f8b9eb26e8bf1781bda832f126046f51d55e5 [diff] |
fvp_*.jinja2: Increase --simlimit Simlimit is in simulated seconds, not real ("wall-clock") seconds, according to https://developer.arm.com/documentation/100966/1121/Getting-Started-with-Fixed-Virtual-Platforms/FVP-command-line-options . We recently had case(s) when tests fail in LAVA due to expired --simlimit, while the job actually spent under 1 minure of runtime: https://tf.validation.linaro.org/scheduler/job/1491439 . So, increase simlimit to avoid such premature failure. (Possibly, --simlimit shouldn't have been used in the first place, but instead --cpulimit, but don't dig such deep this time.) Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I0202a190a09b7eff5c8c235ba4f42aed060d6767