You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reliability/core-it/src/androidTest/kotlin/com/datadog/android/core/integration/tests/InternalSdkCoreTest.kt
Copy file name to clipboardExpand all lines: reliability/core-it/src/androidTest/kotlin/com/datadog/android/core/integration/tests/PendingToGrantedAsyncTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ class PendingToGrantedAsyncTest(
Copy file name to clipboardExpand all lines: reliability/core-it/src/androidTest/kotlin/com/datadog/android/core/integration/tests/PendingToGrantedCustomPersistenceAsyncTest.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ class PendingToGrantedCustomPersistenceAsyncTest(
128
128
.withTrackingConsent(TrackingConsent.GRANTED)
129
129
.receivedData(fakeBatchData, fakeBatchMetadata)
130
130
true
131
-
}.doWait(LONG_WAIT_MS)
131
+
}.doWait(MEDIUM_WAIT_MS)
132
132
}
133
133
134
134
// region Internal
@@ -169,9 +169,9 @@ class PendingToGrantedCustomPersistenceAsyncTest(
Copy file name to clipboardExpand all lines: reliability/core-it/src/androidTest/kotlin/com/datadog/android/core/integration/tests/forge/factories/ConfigurationCoreForgeryFactory.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ internal class ConfigurationCoreForgeryFactory :
0 commit comments