mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-15 07:15:03 -04:00
Make test-changelist faster
This commit is contained in:
parent
39b3f38d72
commit
7622d2659b
@ -169,8 +169,8 @@ main(int argc, char **argv)
|
||||
/* and watch for writability on one end of the pipe */
|
||||
ev = event_new(base,pair[1],EV_WRITE | EV_PERSIST, write_cb, &ev);
|
||||
|
||||
tv.tv_sec = 5;
|
||||
tv.tv_usec = 0;
|
||||
tv.tv_sec = 1;
|
||||
tv.tv_usec = 500*1000;
|
||||
|
||||
evtimer_add(timeout, &tv);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user