Skip to content

Commit

Permalink
IMprove androidTest stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Nov 14, 2023
1 parent ed98066 commit b3332c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AndroidTraceTest {
@AfterTest
fun deinitializeFirebase() = runBlockingTest {
// Performance runs installation in the background, which crashes if the app is deleted before completion
delay(1.seconds)
delay(5.seconds)
Firebase.apps(context).forEach {
it.delete()
}
Expand Down

0 comments on commit b3332c4

Please sign in to comment.