We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70a5400 + 8f9a18e commit 964c4acCopy full SHA for 964c4ac
scripts/build_checks.sh
@@ -58,7 +58,7 @@ if [ $? -eq 0 ];then
58
exit 1
59
fi
60
61
-( sleep 60; ps -ef | grep test | grep -v "go test" | grep -v grep | awk '{print $2}' | xargs kill -SIGABRT ) &
+( sleep 90; ps -ef | grep test | grep -v "go test" | grep -v grep | awk '{print $2}' | xargs kill -SIGABRT ) &
62
63
go test -count 1 -race ./...
64
if [[ $? -ne 0 ]];then
0 commit comments