Skip to content

Commit

Permalink
Merge pull request #23402 from tschottdorf/acceptance/bump-timeout
Browse files Browse the repository at this point in the history
build: bump acceptance timeout to 30m
  • Loading branch information
tbg authored Mar 6, 2018
2 parents d8c5cf3 + 24f692a commit 344ba62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity-acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tc_end_block "Compile acceptance tests"

tc_start_block "Run acceptance tests"
run cd pkg/acceptance
run ./acceptance.test -nodes 4 -l "$TMPDIR" -test.v -test.timeout 20m 2>&1 | tee "$TMPDIR/acceptance.log" | go-test-teamcity
run ./acceptance.test -nodes 4 -l "$TMPDIR" -test.v -test.timeout 30m 2>&1 | tee "$TMPDIR/acceptance.log" | go-test-teamcity
tc_end_block "Run acceptance tests"

0 comments on commit 344ba62

Please sign in to comment.