Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Add timeout for Go native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
datacharmer committed Oct 31, 2022
1 parent a464b22 commit b5a7fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/go-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for dir in $test_dirs
do
cd $dir
echo "# Testing $dir"
go test -v
go test -v -timeout 30m
check_exit_code
cd $maindir
done

0 comments on commit b5a7fd5

Please sign in to comment.