test-udp-pings: reduce run time
This commit is contained in:
parent
8e8df010f3
commit
1c32c9e030
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user