mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 15:29:38 -05:00
Sleep between running tests, to hopefully prevent segfaults in CI
This commit is contained in:
parent
5ada415e8e
commit
5c2802d8b0
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pytest -v tests/test_gui_tabs.py && \
|
pytest -v tests/test_gui_tabs.py && sleep 5 && \
|
||||||
pytest -v tests/test_gui_share.py && \
|
pytest -v tests/test_gui_share.py && sleep 5 && \
|
||||||
pytest -v tests/test_gui_receive.py && \
|
pytest -v tests/test_gui_receive.py && sleep 5 && \
|
||||||
pytest -v tests/test_gui_website.py && \
|
pytest -v tests/test_gui_website.py && sleep 5 && \
|
||||||
pytest -v tests/test_gui_chat.py
|
pytest -v tests/test_gui_chat.py
|
||||||
|
Loading…
Reference in New Issue
Block a user