aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-03-06 14:02:07 -0800
committerMicah Lee <micah@micahflee.com>2022-03-06 14:02:07 -0800
commit5c2802d8b0db8230201e0943f1f88274277b78d7 (patch)
treeb29041e4258b339f19c246318fe536ea2cca7fd8
parent5ada415e8ea903b3b56f4e41b89d698fe9437039 (diff)
downloadonionshare-5c2802d8b0db8230201e0943f1f88274277b78d7.tar.gz
onionshare-5c2802d8b0db8230201e0943f1f88274277b78d7.zip
Sleep between running tests, to hopefully prevent segfaults in CI
-rwxr-xr-xdesktop/tests/run.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/tests/run.sh b/desktop/tests/run.sh
index 0f019b05..839a6919 100755
--- a/desktop/tests/run.sh
+++ b/desktop/tests/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-pytest -v tests/test_gui_tabs.py && \
-pytest -v tests/test_gui_share.py && \
-pytest -v tests/test_gui_receive.py && \
-pytest -v tests/test_gui_website.py && \
+pytest -v tests/test_gui_tabs.py && sleep 5 && \
+pytest -v tests/test_gui_share.py && sleep 5 && \
+pytest -v tests/test_gui_receive.py && sleep 5 && \
+pytest -v tests/test_gui_website.py && sleep 5 && \
pytest -v tests/test_gui_chat.py