Skip to content

Commit

Permalink
Extend IPC connection timeout (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldyrga authored Feb 6, 2025
1 parent 04af516 commit e121fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/net/include/net/test_ipc_comm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace level_zero_tests {

const std::chrono::milliseconds CONNECTION_WAIT =
std::chrono::milliseconds(1000);
const std::chrono::milliseconds CONNECTION_TIMEOUT = CONNECTION_WAIT * 10;
const std::chrono::milliseconds CONNECTION_TIMEOUT = CONNECTION_WAIT * 60;

#ifdef __linux__

Expand Down

0 comments on commit e121fda

Please sign in to comment.