#include <unistd.h>
#include <dirent.h>
+#define MAX_PARALLEL_PENDING 200
+
static bool debug = FALSE;
static unsigned int test_max_pending = 1;
test_out("sequential", TRUE);
- test_max_pending = 200;
+ test_max_pending = MAX_PARALLEL_PENDING;
test_unknown_size = FALSE;
test_files_init();
test_run_client_server(protocol,
smtp_server_set.max_pipelined_commands = 5;
smtp_server_set.capabilities |= SMTP_CAPABILITY_PIPELINING;
- test_max_pending = 200;
+ test_max_pending = MAX_PARALLEL_PENDING;
test_unknown_size = FALSE;
test_files_init();
test_run_client_server(protocol,
smtp_server_set.max_pipelined_commands = 5;
smtp_server_set.capabilities |= SMTP_CAPABILITY_PIPELINING;
- test_max_pending = 200;
+ test_max_pending = MAX_PARALLEL_PENDING;
test_unknown_size = TRUE;
test_files_init();
test_run_client_server(protocol,