From 61652f0b6d2891badbeda702592dcf6364594f2d Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 29 May 2023 16:20:13 +1000 Subject: Experiment with longer autostop timer in chat mode for CLI test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aebfe8eb..7b19a822 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 -- cgit v1.2.3-54-g00ecf