Skip to content

Commit

Permalink
Extend wdt timeout for ROM w/ no UART
Browse files Browse the repository at this point in the history
The RT watchdog test is failing in nightly release builds because the
wdt timeout for ROM w/o UART is too short.
  • Loading branch information
jhand2 committed Mar 11, 2024
1 parent 90f3853 commit cddb376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/caliptra_integration_tests/smoke_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ fn test_rt_wdt_timeout() {
} else if firmware::rom_from_env() == &firmware::ROM_WITH_UART {
3_300_000
} else {
3_100_000
3_200_000
};

let security_state = *caliptra_hw_model::SecurityState::default().set_debug_locked(true);
Expand Down

0 comments on commit cddb376

Please sign in to comment.