We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee6c7f commit 0e9c2c5Copy full SHA for 0e9c2c5
sentry-kotlin-multiplatform/src/commonTest/kotlin/io/sentry/kotlin/multiplatform/SentryE2ETest.kt
@@ -74,7 +74,7 @@ class SentryE2ETest : BaseSentryTest() {
74
var json = ""
75
val result: SentryEventSerializable = withContext(Dispatchers.Default) {
76
while (json.isEmpty() || json.contains("Event not found")) {
77
- delay(5000)
+ delay(20000)
78
json = fetchEvent(eventId)
79
assertFalse(json.contains("Invalid token"), "Invalid auth token")
80
}
0 commit comments