mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Relax ExoHostedTest#MAX_PLAYING_TIME_DISCREPANCY_MS
PiperOrigin-RevId: 327391755
This commit is contained in:
parent
e965ed92f8
commit
b85ff574a9
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public abstract class ExoHostedTest implements AnalyticsListener, HostedTest {
|
|||
DefaultAudioSink.failOnSpuriousAudioTimestamp = true;
|
||||
}
|
||||
|
||||
public static final long MAX_PLAYING_TIME_DISCREPANCY_MS = 2000;
|
||||
public static final long MAX_PLAYING_TIME_DISCREPANCY_MS = 5000;
|
||||
public static final long EXPECTED_PLAYING_TIME_MEDIA_DURATION_MS = -2;
|
||||
public static final long EXPECTED_PLAYING_TIME_UNSET = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue