Skip to content

Commit

Permalink
Increase the thread heartbeat timeout
Browse files Browse the repository at this point in the history
Summary: OSFP optics are taking a little longer to program. The delay gets long and over the current hearbeat threshold sometimes when we have 8 ports to program in an optic. This causes qsfp tests to fail. Increasing the timeout for now until we can optimize the programming on these optics (if at all it is possible)

Reviewed By: xanabani

Differential Revision: D61987557

fbshipit-source-id: 29495c83b93105b850a78cf0cde7cac067d72e86
  • Loading branch information
Harshit Gulati authored and facebook-github-bot committed Aug 29, 2024
1 parent d5f041f commit 1e2c996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fboss/qsfp_service/TransceiverManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DEFINE_bool(

DEFINE_int32(
state_machine_update_thread_heartbeat_ms,
10000,
20000,
"State machine update thread's heartbeat interval (ms)");

DEFINE_bool(
Expand Down

0 comments on commit 1e2c996

Please sign in to comment.