pmc: reduce the message time out waiting for replies.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-12-04 14:27:25 +01:00
parent 5b099afec7
commit 3710004596
1 changed files with 1 additions and 1 deletions

2
pmc.c
View File

@ -553,7 +553,7 @@ int main(int argc, char *argv[])
if (pollfd[0].revents & POLLHUP) {
if (tmo == -1) {
/* Wait a bit longer for outstanding replies. */
tmo = 1000;
tmo = 100;
pollfd[0].fd = -1;
pollfd[0].events = 0;
} else {