test-udp-pings: reduce run time

This commit is contained in:
Bert Belder 2017-09-14 01:06:25 +02:00
parent 8e8df010f3
commit 1c32c9e030

View File

@ -8,7 +8,7 @@
static const char PING[] = "PING";
static const int NUM_PINGERS = 1000;
static const DWORD RUN_TIME = 40000;
static const DWORD RUN_TIME = 10000;
int main(int argc, char* argv[]) {
epoll_t epoll_hnd;