Skip to content

Commit 4c2bb4b

Browse files
committed
fix: increase snapshot timeout delay
1 parent c72c58f commit 4c2bb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snapshot.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ extern "C" {
1313
#endif
1414

1515
// Timeout for UDS connections
16-
#define UDS_CONNECTION_TIMEOUT_US 5000000UL // 5 seconds
16+
#define UDS_CONNECTION_TIMEOUT_US 15000000UL // 15 seconds
1717
// UDS socket idle check period
18-
#define UDS_IDLE_CHECK_PERIOD_US 1000000UL // 1 second
18+
#define UDS_IDLE_CHECK_PERIOD_US 5000000UL // 5 seconds
1919

2020
#define UDS_PATH_TEMPLATE "/tmp/hashpipe_grpc.dp_%s.sock"
2121

0 commit comments

Comments
 (0)