Skip to content

Commit ac20f89

Browse files
committed
Update
1 parent 23b812f commit ac20f89

File tree

1 file changed

+1
-1
lines changed
  • sentry-kotlin-multiplatform/src/commonTest/kotlin/io/sentry/kotlin/multiplatform

1 file changed

+1
-1
lines changed

sentry-kotlin-multiplatform/src/commonTest/kotlin/io/sentry/kotlin/multiplatform/SentryE2ETest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class SentryE2ETest : BaseSentryTest() {
8787
// See: https://github.com/getsentry/sentry-kotlin-multiplatform/issues/17
8888

8989
@Test
90-
fun `capture message and fetch event from Sentry`() = runTest(timeout = 30.seconds) {
90+
fun `capture message and fetch event from Sentry`() = runTest(timeout = 60.seconds) {
9191
if (platform != "Apple") {
9292
val message = "Test running on $platform"
9393
val eventId = Sentry.captureMessage(message)

0 commit comments

Comments
 (0)