Increasing test time out to 20 mins

Increasing test timeout to 20mins for CI
This commit is contained in:
Renán I. Del Valle 2020-05-05 23:02:44 -07:00 committed by GitHub
parent 69ced895e2
commit ed81bcb28d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,5 +22,5 @@ jobs:
- name: Create aurora/mesos docker cluster
run: docker-compose up -d
- name: Run tests
run: go test -race -coverprofile=coverage.txt -covermode=atomic -v github.com/aurora-scheduler/gorealis/v2
run: go test -timeout 20m -race -coverprofile=coverage.txt -covermode=atomic -v github.com/aurora-scheduler/gorealis/v2