Skip to content

Commit

Permalink
Increased test timeout in appveyor to 20m
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbi authored and casualjim committed Jan 9, 2018
1 parent 2d0fe42 commit 3b72d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build_script:
- echo %GOPATH%

test_script:
- ps: go test -race -v $(go list ./... | sls -n "vendor|fixtures|examples")
- ps: go test -timeout 20m -race -v $(go list ./... | sls -n "vendor|fixtures|examples")

#artifacts:
# - path: '%GOPATH%\bin\*.exe'
Expand Down

0 comments on commit 3b72d1f

Please sign in to comment.