Skip to content

Commit 90e7ea1

Browse files
authored
Merge pull request #5831 from craigcomstock/ENT-13080/master
Adjusted valgrind-check auto_destruct timeout from 30m to 40m
2 parents 0f662bf + 88c7336 commit 90e7ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/valgrind-check/valgrind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set -x
6262
# cleaned up from here rather than relying on the outer environment doing the
6363
# cleanup. In case this runs in a container, it could be a big
6464
# difference. Especially in a case of an SPC.
65-
{ sleep 30m && kill -9 $$; } &
65+
{ sleep 40m && kill -9 $$; } &
6666
auto_destruct_pid=$!
6767
trap "kill $auto_destruct_pid" EXIT
6868

0 commit comments

Comments
 (0)