This is mainly intended to ensure that we don't get hung up on
the 64-handle limit that lots of O(n) Windows functions (but FWICT
not select) like to enforce.
static void
test_many_events(void *arg)
{
- /* Try 64 events that should all be aready at once. This will
- * exercise the "resize" code on most of the backends. */
-#define MANY 64
+ /* Try 70 events that should all be aready at once. This will
+ * exercise the "resize" code on most of the backends, and will make
+ * sure that we can get past the 64-handle limit of some windows
+ * functions. */
+#define MANY 70
struct basic_test_data *data = arg;
struct event_base *base = data->base;