diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-06 21:58:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-06 21:58:26 +0000 |
| commit | 53ca2dda0e9138a251adc186a745f7943fc1abc1 (patch) | |
| tree | 4c91e42b4fc166545fcd81288d595a206bb0ceed /src/lib/dcp_video.h | |
| parent | a648da822a8ef304417beb17bb0224501333f94a (diff) | |
Increase timeout on client-server-test.
Diffstat (limited to 'src/lib/dcp_video.h')
| -rw-r--r-- | src/lib/dcp_video.h | 2 |
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; |
