diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index 37002dce6..772504563 100644 --- a/test/test.cc +++ b/test/test.cc @@ -306,6 +306,12 @@ wait_for_jobs () } } + /* Wait for a little to make sure that examine-content jobs have had time to + signal the UI to do the content addition. + XXX: nasty + */ + dcpomatic_sleep (1); + signal_manager->ui_idle (); /* Discard all jobs so we lose any we just reported an error in */ |
