We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52eaaa5 commit a1db7acCopy full SHA for a1db7ac
1 file changed
test/util/run-riscv-tests.sh
@@ -328,7 +328,7 @@ run_short_test () {
328
hexfile="${bindir}/${t}.hex"
329
logfile="${logdir}/${t}.log"
330
echo "Running test \"${t}\""
331
- ${simbin} +binary="${hexfile}" +RetCodeSuccess=1 +MaxCycles=100000 > ${logfile}
+ ${simbin} +binary="${hexfile}" +RetCodeSuccess=1 +MaxCycles=250000 > ${logfile}
332
}
333
334
run_long_test () {
0 commit comments