Skip to content

Commit

Permalink
Fix WDT smoke test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegate010 committed Nov 11, 2024
1 parent e757b77 commit 4db3460
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 @@ -742,7 +742,7 @@ fn test_rt_wdt_timeout() {
hw.step_until_boot_status(RUNTIME_BOOT_STATUS_READY, true);
let fmc_target = hw.output().sink().now();

let rt_wdt_timeout_cycles = fmc_target - wdt_start - 5_000;
let rt_wdt_timeout_cycles = fmc_target - wdt_start - 3_500;
drop(hw);

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

0 comments on commit 4db3460

Please sign in to comment.