We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e196dbe commit 62aba23Copy full SHA for 62aba23
.github/workflows/test_streamlit_folium.yml
@@ -66,7 +66,7 @@ jobs:
66
shell: bash -l {0}
67
run: |
68
cd streamlit_folium
69
- pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
+ pytest tests/test_frontend.py --browser chromium -s --reruns 5 --junit-xml=test-results.xml
70
71
- name: Surface failing tests
72
if: always()
0 commit comments