Skip to content

Commit

Permalink
REMOVE ME: CI fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Makarov committed Oct 6, 2023
1 parent bb46a59 commit ccbd48e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import java.util.UUID

@Deprecated(message = DeprecationMessages.UNREACHABLE_SYMBOL_UNINTENDED_PUBLIC_API)
public class MediaDrmIdProvider {
public fun getMediaDrmId(): String? = safeWithTimeout {
// huge timeout to check whether it will fix tests on CI
public fun getMediaDrmId(): String? = safeWithTimeout(timeoutMs = 600_000) {
mediaDrmId()
}.getOrDefault(null)

Expand Down

0 comments on commit ccbd48e

Please sign in to comment.