Skip to content

Commit

Permalink
ScpiClient: significantly reduce timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
willeccles committed Sep 12, 2024
1 parent 36485b1 commit 54ed972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ScpiClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

namespace bci::abs {

static constexpr unsigned int kWriteTimeoutMs = 250;
static constexpr unsigned int kReadTimeoutMs = 500;
static constexpr unsigned int kWriteTimeoutMs = 10;
static constexpr unsigned int kReadTimeoutMs = 50;

using util::Err;
using ec = ErrorCode;
Expand Down

0 comments on commit 54ed972

Please sign in to comment.