add 50m for windows tests (#9614)

This commit is contained in:
Harshavardhana 2020-05-15 21:07:27 -07:00 committed by GitHub
parent 0f8df3d340
commit daf4418cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ jobs:
SIMPLE_CI: 1
run: |
go build --ldflags="-s -w" -o %GOPATH%\bin\minio.exe
go test -v --timeout 30m ./...
go test -v --timeout 50m ./...
- name: Build on ${{ matrix.os }}
if: matrix.os == 'ubuntu-latest'
env: