Problem: test cases were sporadically failing

Solution: increase settle time for bind/unbind tests
This commit is contained in:
Pieter Hintjens
2014-12-23 15:21:22 +01:00
parent 04664f0ef7
commit eacd4d9cba
2 changed files with 5 additions and 3 deletions

View File

@@ -27,7 +27,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 10 // In msec
#define SETTLE_TIME 50 // In msec
#undef NDEBUG
#include <time.h>