From bddbe620a6ddd1d53ae6f062088916ec228e0f10 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Mon, 13 Jan 2025 23:15:54 -0800 Subject: [PATCH] Increase buildroot short instruction limit --- bin/regression-wally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/regression-wally b/bin/regression-wally index 148ad777e..ddb34dfb0 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -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"] ]