Skip to content

Commit

Permalink
Release/v0.33.0 (#386)
Browse files Browse the repository at this point in the history
* release v0.33.0

* bump up functional tests timeout
  • Loading branch information
jayanandagit authored Nov 6, 2020
1 parent 29064f1 commit 2deed97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## vNext
- Upgrade aws-nuke to v1.3.0
## v0.33.0
- Upgrade aws-nuke to v1.3.0

## v0.32.0
- Upgrade go to 1.15
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ stages:
set -euxo pipefail
mkdir -p junit-report
# Run functional tests
go test -v ./tests/... -test.timeout 40m 2>&1 | tee >(go-junit-report > junit-report/functional.xml)
go test -v ./tests/... -test.timeout 50m 2>&1 | tee >(go-junit-report > junit-report/functional.xml)
displayName: "Functional Tests"
# Publish junit test results (for unit and functional tests)
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_functional.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -euxo pipefail
mkdir -p junit-report

# Run functional tests
go test -v ./tests/... -test.timeout 40m 2>&1 | tee >(go-junit-report > junit-report/functional.xml)
go test -v ./tests/... -test.timeout 50m 2>&1 | tee >(go-junit-report > junit-report/functional.xml)

0 comments on commit 2deed97

Please sign in to comment.