Skip to content

Commit

Permalink
Increase buildroot short instruction limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Jan 14, 2025
1 parent de1f6f0 commit 4a1536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/regression-wally
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tests = [

# Separate test for short buildroot run through OpenSBI UART output
tests_buildrootshort = [
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=1400000"], # Instruction limit gets to first OpenSBI UART output
["buildroot", ["buildroot"], [f"+INSTR_LIMIT=1600000"], # Instruction limit gets to first OpenSBI UART output
"OpenSBI v", "buildroot_uart.out"]
]

Expand Down

0 comments on commit 4a1536c

Please sign in to comment.