We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993d521 commit 053ad50Copy full SHA for 053ad50
1 file changed
.github/workflows/build-test.yml
@@ -52,4 +52,4 @@ jobs:
52
53
query &
54
55
- timeout --preserve-status 2m valgrind --leak-check=full --show-leak-kinds=all src/server/${{ matrix.release }}/scache -B 127.0.0.1:8082
+ timeout --kill-after=3 --preserve-status 2m valgrind --leak-check=full --show-leak-kinds=all src/server/${{ matrix.release }}/scache -B 127.0.0.1:8082
0 commit comments