Skip to content

Commit

Permalink
RUM-4594
Browse files Browse the repository at this point in the history
RUM-4594: Increase upload timeout to 120s to match EvP limits
  • Loading branch information
plousada committed May 22, 2024
1 parent 0c966d0 commit 47f0a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ internal class OkHttpUploader : Uploader {
internal const val KEY_EVENT = "event"
internal const val KEY_REPOSITORY = "repository"

internal val NETWORK_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(60)
internal val NETWORK_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(120)
internal val MEDIA_TYPE_JSON = "application/json".toMediaTypeOrNull()

internal const val MAX_MAP_SIZE_EXCEEDED_ERROR =
Expand Down

0 comments on commit 47f0a65

Please sign in to comment.