]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Reduce remote_helper flakes on slow systems
authorMaksym Sobolyev <sobomax@sippysoft.com>
Tue, 24 Mar 2026 14:33:13 +0000 (07:33 -0700)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 24 Mar 2026 18:27:33 +0000 (19:27 +0100)
test/suites/remote_helper.bash

index efd12122d043aabe990bf0c98d7baa514ce4c649..d6754b81b22d213b98b8c060df97db265f82ae89 100644 (file)
@@ -30,7 +30,7 @@ SUITE_remote_helper_SETUP() {
     # Keep the helper alive long enough for the whole test case. A short
     # timeout makes the direct-connection checks flaky on slower systems since
     # the second compile is a local hit and doesn't touch the helper.
-    export CRSH_IDLE_TIMEOUT="30"
+    export CRSH_IDLE_TIMEOUT="45"
     export CRSH_LOGFILE="ccache-storage-test.log"
     generate_code 1 test.c
 }