Skip to content

Commit b33ff78

Browse files
committed
[cov] Increase watchdog timeout for reset reason tests
The watchdog bite threshold was increased from 200,000 to 600,000 cycles to prevent premature timeouts due to the coverage collection overhead. Change-Id: Ic965956017ecb3c00dc191a64bda3ed521a13933 Signed-off-by: Yi-Hsuan Deng <[email protected]>
1 parent 35d271d commit b33ff78

File tree

1 file changed

+1
-1
lines changed
  • sw/device/silicon_creator/rom_ext/e2e

1 file changed

+1
-1
lines changed

sw/device/silicon_creator/rom_ext/e2e/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ otp_json(
6060
name = "OWNER_SW_CFG",
6161
items = {
6262
"OWNER_SW_CFG_ROM_PRESERVE_RESET_REASON_EN": otp_hex(CONST.HARDENED_TRUE),
63-
"OWNER_SW_CFG_ROM_WATCHDOG_BITE_THRESHOLD_CYCLES": otp_hex(200000),
63+
"OWNER_SW_CFG_ROM_WATCHDOG_BITE_THRESHOLD_CYCLES": otp_hex(600000),
6464
},
6565
),
6666
],

0 commit comments

Comments
 (0)