Skip to content

Commit 62aba23

Browse files
committed
Rerun 5 times
1 parent e196dbe commit 62aba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
shell: bash -l {0}
6767
run: |
6868
cd streamlit_folium
69-
pytest tests/test_frontend.py --browser chromium -s --reruns 3 --junit-xml=test-results.xml
69+
pytest tests/test_frontend.py --browser chromium -s --reruns 5 --junit-xml=test-results.xml
7070
7171
- name: Surface failing tests
7272
if: always()

0 commit comments

Comments
 (0)