Skip to content

Commit a1db7ac

Browse files
committed
fix: add riscv-tests
1 parent 52eaaa5 commit a1db7ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/util/run-riscv-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ run_short_test () {
328328
hexfile="${bindir}/${t}.hex"
329329
logfile="${logdir}/${t}.log"
330330
echo "Running test \"${t}\""
331-
${simbin} +binary="${hexfile}" +RetCodeSuccess=1 +MaxCycles=100000 > ${logfile}
331+
${simbin} +binary="${hexfile}" +RetCodeSuccess=1 +MaxCycles=250000 > ${logfile}
332332
}
333333

334334
run_long_test () {

0 commit comments

Comments
 (0)