Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hare-siterwell committed Jul 4, 2023
1 parent 8c9c8e6 commit 49fffa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ bool SmokeCoAlarmManager::StartHandleEventTrigger(uint64_t eventTrigger)
{
AlarmMgr().mHandleEventTrigger = true;
AlarmMgr().mEventTrigger = eventTrigger;
AlarmMgr().StartTimer(2000);
AlarmMgr().StartTimer(1000);

return true;
}
Expand Down

0 comments on commit 49fffa7

Please sign in to comment.