Skip to content

Commit

Permalink
Windows build break fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Sep 29, 2024
1 parent b4c738b commit 976bc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/xcp_test_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pub const OPTION_LOG_LEVEL: xcp::XcpLogLevel = xcp::XcpLogLevel::Info;
pub const OPTION_XCP_LOG_LEVEL: xcp::XcpLogLevel = xcp::XcpLogLevel::Info;

// Test parameters
pub const MULTI_THREAD_TASK_COUNT: usize = 32; // Number of threads
pub const DAQ_TEST_TASK_SLEEP_TIME_US: u64 = 100; // us
pub const MULTI_THREAD_TASK_COUNT: usize = 16; // Number of threads
pub const DAQ_TEST_TASK_SLEEP_TIME_US: u64 = 1000; // us
const DAQ_TEST_DURATION_MS: u64 = 4000; // ms
const CAL_TEST_MAX_ITER: u32 = 4000; // Number of calibrations
const CAL_TEST_TASK_SLEEP_TIME_US: u64 = 50; // Checking task cycle time in us
Expand Down

0 comments on commit 976bc81

Please sign in to comment.