We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f662bf + 88c7336 commit 90e7ea1Copy full SHA for 90e7ea1
tests/valgrind-check/valgrind.sh
@@ -62,7 +62,7 @@ set -x
62
# cleaned up from here rather than relying on the outer environment doing the
63
# cleanup. In case this runs in a container, it could be a big
64
# difference. Especially in a case of an SPC.
65
-{ sleep 30m && kill -9 $$; } &
+{ sleep 40m && kill -9 $$; } &
66
auto_destruct_pid=$!
67
trap "kill $auto_destruct_pid" EXIT
68
0 commit comments