aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/specs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/specs.h b/lib/dvb/specs.h
index fdbaea1c..6be938cb 100644
--- a/lib/dvb/specs.h
+++ b/lib/dvb/specs.h
@@ -48,7 +48,7 @@ public:
m_spec.pid = ServiceDescriptionSection::PID;
m_spec.tid = ServiceDescriptionSection::TID;
m_spec.tidext = tsid;
- m_spec.timeout = 20000; // ServiceDescriptionSection::TIMEOUT;
+ m_spec.timeout = 60000; // ServiceDescriptionSection::TIMEOUT;
m_spec.flags = eDVBTableSpec::tfAnyVersion |
eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfCheckCRC |
eDVBTableSpec::tfHaveTIDExt | eDVBTableSpec::tfHaveTimeout;