summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvb.c')
-rw-r--r--stream/stream_dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c
index 28feb4d78f..6f36d0ef68 100644
--- a/stream/stream_dvb.c
+++ b/stream/stream_dvb.c
@@ -747,7 +747,7 @@ static int dvb_streaming_read(stream_t *stream, char *buffer, int size)
tries --;
pfds[0].fd = fd;
pfds[0].events = POLLIN | POLLPRI;
- if (poll(pfds, 1, 500) <= 0) {
+ if (poll(pfds, 1, 2000) <= 0) {
MP_ERR(stream, "dvb_streaming_read, failed with "
"errno %d when reading %d bytes\n", errno, size - pos);
errno = 0;