riscv-software-src / riscv-tests

Other
906 stars 463 forks source link

[debug tests] increase remotetimeout for all spike-based targets #553

Closed aap-sc closed 7 months ago

aap-sc commented 7 months ago

Spike simulator is very demanding to CPU resources. This causes debug tests to sporadically fail on slower machines. Increasing of gdb's remotetimeout should get rid of such failures, unless we run the testsuite on a potato.

The only downside is that if OpenOCD is broken, tests can run longer. However, I think this is the sacrifice we can make, since execution time is not affected if everything works as expected.

aap-sc commented 7 months ago

@en-sc , please, take a look.

@TommyMurphyTM1234 FYI

TommyMurphyTM1234 commented 7 months ago

For reference purposes: