aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2023-05-29 16:20:13 +1000
committerMiguel Jacq <mig@mig5.net>2023-05-29 16:20:13 +1000
commit61652f0b6d2891badbeda702592dcf6364594f2d (patch)
treeb4b366a7dd98cf2570b4a8aa8425943a48bbb98f
parent12635d748307519ee2a2321ef57053355186701e (diff)
downloadonionshare-61652f0b6d2891badbeda702592dcf6364594f2d.tar.gz
onionshare-61652f0b6d2891badbeda702592dcf6364594f2d.zip
Experiment with longer autostop timer in chat mode for CLI test
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
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