Skip to content

Commit 964c4ac

Browse files
authored
Merge pull request #426 from yacovm/increaseRuntime
increase runtime to 90s
2 parents 70a5400 + 8f9a18e commit 964c4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ $? -eq 0 ];then
5858
exit 1
5959
fi
6060

61-
( sleep 60; ps -ef | grep test | grep -v "go test" | grep -v grep | awk '{print $2}' | xargs kill -SIGABRT ) &
61+
( sleep 90; ps -ef | grep test | grep -v "go test" | grep -v grep | awk '{print $2}' | xargs kill -SIGABRT ) &
6262

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

0 commit comments

Comments
 (0)