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 12635d7483
commit 61652f0b6d
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

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