streamlit / component-template

Templates and example code for creating Streamlit Components
https://streamlit.io
Apache License 2.0
439 stars 217 forks source link

Add some quick fixes for test flakiness #90

Closed lukasmasuch closed 7 months ago

lukasmasuch commented 7 months ago

The e2e tests are quite flaky (caused by the usage of assert). This just applies some quick fixes by using some timouts. I will try to properly address these tests in a later PR.