Skip to content
Snippets Groups Projects
Unverified Commit 93802c27 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

hysteresis test increase time on cygwin (#10958)

parent 38c84e6e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment