Skip to content

Commit

Permalink
Bump windows ftest timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
fenxiong committed Apr 25, 2019
1 parent 3e5df80 commit 9baa770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-functional-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Invoke-Expression "${PSScriptRoot}\..\misc\container-metadata-file-validator-win
$cwd = (pwd).Path
try {
cd "${PSScriptRoot}"
go test -tags functional -timeout=40m -v ../agent/functional_tests/tests
go test -tags functional -timeout=60m -v ../agent/functional_tests/tests
$handwrittenExitCode = $LastExitCode
echo "Handwritten functional tests exited with ${handwrittenExitCode}"
go test -tags functional -timeout=30m -v ../agent/functional_tests/tests/generated/simpletests_windows
Expand Down

0 comments on commit 9baa770

Please sign in to comment.