summaryrefslogtreecommitdiff
path: root/scripts/run-soong-tests-with-go-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-soong-tests-with-go-tools.sh')
-rwxr-xr-xscripts/run-soong-tests-with-go-tools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-soong-tests-with-go-tools.sh b/scripts/run-soong-tests-with-go-tools.sh
index 93c622ea4..1fbb1fc77 100755
--- a/scripts/run-soong-tests-with-go-tools.sh
+++ b/scripts/run-soong-tests-with-go-tools.sh
@@ -74,6 +74,6 @@ for dir in "${go_modules[@]}"; do
(cd "$dir";
eval ${network_jail} -- ${GOROOT}/bin/go build ./...
eval ${network_jail} -- ${GOROOT}/bin/go test ./...
- eval ${network_jail} -- ${GOROOT}/bin/go test -race -short ./...
+ eval ${network_jail} -- ${GOROOT}/bin/go test -race -timeout 20m -short ./...
)
done