Skip to content
Snippets Groups Projects
Commit 72dfb780 authored by Duncan McNamara's avatar Duncan McNamara Committed by Geoffrey Métais
Browse files

Benchmark: raise screenshot display delay

Waiting for improvements in vlc 4.0, this is a temporary fix to leave
enough time for vlc to get the image after seek. This will not work all
the time but overall improves screenshot accuracy.
parent 6781cb34
No related branches found
No related tags found
No related merge requests found
Pipeline #9672 passed with stage
in 4 minutes and 8 seconds
......@@ -562,7 +562,7 @@ class BenchActivity : ShallowVideoPlayer() {
} else {
finish()
}
}, 1000)
}, 3000)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment