summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-06 21:58:26 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-06 21:58:26 +0000
commit53ca2dda0e9138a251adc186a745f7943fc1abc1 (patch)
tree4c91e42b4fc166545fcd81288d595a206bb0ceed /src/lib/dcp_video.h
parenta648da822a8ef304417beb17bb0224501333f94a (diff)
Increase timeout on client-server-test.
Diffstat (limited to 'src/lib/dcp_video.h')
-rw-r--r--src/lib/dcp_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h
index 995ceb547..05aa0ff7c 100644
--- a/src/lib/dcp_video.h
+++ b/src/lib/dcp_video.h
@@ -46,7 +46,7 @@ public:
DCPVideo (boost::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr, boost::shared_ptr<Log>);
dcp::Data encode_locally (dcp::NoteHandler note);
- dcp::Data encode_remotely (ServerDescription);
+ dcp::Data encode_remotely (ServerDescription, int timeout = 30);
int index () const {
return _index;