diff --git a/include/librpc.h b/include/librpc.h index 8e04406..5e3f3ef 100644 --- a/include/librpc.h +++ b/include/librpc.h @@ -14,7 +14,7 @@ constexpr auto RX_QUEUE_SIZE = 100; constexpr auto FN_CALL_TAG = 100; // reserved tag for RPC functionality -constexpr auto FN_CALL_TIMEOUT = std::chrono::seconds(3); +constexpr auto FN_CALL_TIMEOUT = std::chrono::seconds(10); struct SizeAndSource { size_t bytes_written;