Skip to content

Commit a3f11a9

Browse files
Update CNB tools
1 parent a4330be commit a3f11a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker pull $CNB_RUN_IMAGE
2121

2222
echo "Run Buildpack Runtime Integration Tests"
2323
set +e
24-
go test -mod=vendor ./integration/... -v -run Integration
24+
go test -timeout 0 -mod=vendor ./integration/... -v -run Integration
2525
exit_code=$?
2626

2727
if [ "$exit_code" != "0" ]; then

0 commit comments

Comments
 (0)