Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error for a composable with a KonfettiView on instrumented android test #306

Open
anthony-fresneau-kiplin opened this issue Mar 3, 2023 · 2 comments
Labels

Comments

@anthony-fresneau-kiplin
Copy link

An error occurred in an instrumented Android test on a composable with a KonfettiVIew inside

androidx.compose.ui.test.junit4.android.ComposeNotIdleException: Idling resource timed out: possibly due to compose being busy.
IdlingResourceRegistry has the following idling resources registered:
- [busy] ComposeIdlingResource is busy due to pending recompositions.
- Note: Timeout on pending recomposition means that there are most likely infinite re-compositions happening in the tested code.

Any idea to avoid this error ?

@anthony-fresneau-kiplin anthony-fresneau-kiplin changed the title Konfetti view on instrumented android test Error for a composable with a KonfettiView on instrumented android test Mar 3, 2023
@anthony-fresneau-kiplin
Copy link
Author

Any updates about this bug ?

@DanielMartinus
Copy link
Owner

Hi Anthony, I'm not directly familiar with the issue. If the issue is easily reproducible could you maybe link a sample project where the issue is reproduced so I can easily help investigate this issue.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants