Skip to content

Commit

Permalink
Merge efc0d9f into 94071da
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanosiano authored Oct 16, 2024
2 parents 94071da + efc0d9f commit 2ac50bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ class SentryAndroidTest {
.untilTrue(asserted)

// assert that persisted values have changed
options.executorService.close(10000L) // finalizes all enqueued persisting tasks
options.executorService.close(1000L) // finalizes all enqueued persisting tasks
Thread.sleep(100)
assertEquals(
"TestActivity",
PersistingScopeObserver.read(options, TRANSACTION_FILENAME, String::class.java)
Expand Down

0 comments on commit 2ac50bc

Please sign in to comment.