mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Oops:remove an accidentally committed "sleep(1)" in a unit test
This commit is contained in:
parent
dab91877bc
commit
5408ff3b89
@ -101,7 +101,6 @@ test_edgetriggered(void *et)
|
||||
|
||||
send(pair[0], test, (int)strlen(test)+1, 0);
|
||||
shutdown(pair[0], SHUT_WR);
|
||||
sleep(1);
|
||||
|
||||
/* Initalize the event library */
|
||||
base = event_base_new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user