mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
hysteresis test increase time on cygwin (#10958)
This commit is contained in:
@@ -17,8 +17,8 @@ private:
|
||||
bool _change_after_multiple_sets();
|
||||
bool _take_change_back();
|
||||
|
||||
// The CI system for Mac OS is not very fast
|
||||
#ifdef __PX4_DARWIN
|
||||
// timing on MacOS and Cygwin isn't great
|
||||
#if defined(__PX4_DARWIN) || defined(__PX4_CYGWIN)
|
||||
static const int f = 10;
|
||||
#else
|
||||
static const int f = 1;
|
||||
|
||||
Reference in New Issue
Block a user