Skip to content

Commit 88c7336

Browse files
committed
Adjusted valgrind-check auto_destruct timeout from 30m to 40m
Some build hosts weren't finishing in 30 minutes so see if 40 is enough. Ticket: ENT-13080 Changelog: none
1 parent e8974b5 commit 88c7336

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)