Experiment with longer autostop timer in chat mode for CLI test

This commit is contained in:
Miguel Jacq 2023-05-29 16:20:13 +10:00
parent ed0a5571b5
commit 73060004bc

View File

@ -32,7 +32,7 @@ jobs:
poetry run onionshare-cli --local-only ./tests --auto-stop-timer 2
poetry run onionshare-cli --local-only --receive --auto-stop-timer 2
poetry run onionshare-cli --local-only --website ../docs --auto-stop-timer 2
poetry run onionshare-cli --local-only --chat --auto-stop-timer 2
poetry run onionshare-cli --local-only --chat --auto-stop-timer 5
test-desktop:
runs-on: ubuntu-latest