Skip to content

Commit

Permalink
Reset debug attach timeout to 600 secs (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Jemale Lockett <jemale.lockett@intel.com>
  • Loading branch information
Jemale authored Sep 24, 2024
1 parent 5599b9b commit 858c406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/test_harness/tools/include/test_harness_debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern std::unordered_map<zet_debug_session_handle_t, bool>
sessionsAttachStatus;
zet_debug_session_handle_t debug_attach(const ze_device_handle_t &device,
const zet_debug_config_t &debug_config,
uint32_t timeout = 30);
uint32_t timeout = 600);

void debug_detach(const zet_debug_session_handle_t &debug_session);

Expand Down

0 comments on commit 858c406

Please sign in to comment.