hysteresis test increase time on cygwin (#10958)

This commit is contained in:
Daniel Agar
2018-12-03 09:39:43 -05:00
committed by GitHub
parent 38c84e6e9d
commit 93802c2710
+2 -2
View File
@@ -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;