Skip to content

Commit

Permalink
bump up functional tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanandagit committed Nov 5, 2020
1 parent 9b3c8e8 commit 1d8648f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 1d8648f

Please sign in to comment.