Commit facb5121 authored by Luca Boccassi's avatar Luca Boccassi

Problem: SETTLE_TIME is too short on slow systems

Solution: increase SETTLE_TIME from 50ms to 300ms to avoid failing on
slower environments like through Valgrind on slow VMs.
parent 217f6c43
......@@ -41,7 +41,7 @@
// This defines the settle time used in tests; raise this if we
// get test failures on slower systems due to binds/connects not
// settled. Tested to work reliably at 1 msec on a fast PC.
#define SETTLE_TIME 50 // In msec
#define SETTLE_TIME 300 // In msec
#undef NDEBUG
#include <time.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment