Skip to content

Commit

Permalink
Allow more time for movie data to run in the unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dean-Kawamura committed Mar 20, 2013
1 parent 57a2a80 commit 4d0b815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tv/lib/test/subprocesstest.py
Expand Up @@ -344,7 +344,7 @@ def check_movie_data_call(self, filename, file_type, duration,
source_path = resources.path("testdata/metadata/" + filename)
msg = workerprocess.MovieDataProgramTask(source_path, self.tempdir)
workerprocess.send(msg, self.callback, self.errback)
self.runEventLoop(10.0)
self.runEventLoop(30.0)
self.check_successful_result()
self.assertEquals(self.get_from_result('source_path'), source_path)
if file_type is not None:
Expand Down

0 comments on commit 4d0b815

Please sign in to comment.