Skip to content

Commit

Permalink
Merge pull request #426 from yacovm/increaseRuntime
Browse files Browse the repository at this point in the history
increase runtime to 90s
  • Loading branch information
HagarMeir authored Feb 13, 2020
2 parents 70a5400 + 8f9a18e commit 964c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [ $? -eq 0 ];then
exit 1
fi

( 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 ) &

go test -count 1 -race ./...
if [[ $? -ne 0 ]];then
Expand Down

0 comments on commit 964c4ac

Please sign in to comment.