From c4216a079bfcc3dfa59166c86325d1410b5af2f2 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Wed, 5 Aug 2020 16:15:56 -0500 Subject: rfnoc: Increase ctrlport_endpoint default timeout The .1 second timeout fails on macOS. Expand this timeout to 1 second. --- host/lib/rfnoc/ctrlport_endpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/lib/rfnoc/ctrlport_endpoint.cpp b/host/lib/rfnoc/ctrlport_endpoint.cpp index e4f256d91..21a07b0d6 100644 --- a/host/lib/rfnoc/ctrlport_endpoint.cpp +++ b/host/lib/rfnoc/ctrlport_endpoint.cpp @@ -28,7 +28,7 @@ namespace { //! Max async msg (CTRL_WRITE) size in 32-bit words (2 hdr, 2 TS, 1 op-word, 1 data) constexpr size_t ASYNC_MESSAGE_SIZE = 6; //! Default completion timeout for transactions -constexpr double DEFAULT_TIMEOUT = 0.1; +constexpr double DEFAULT_TIMEOUT = 1.0; //! Long timeout for when we wait on a timed command constexpr double MASSIVE_TIMEOUT = 10.0; //! Default value for whether ACKs are always required -- cgit v1.2.3