Increasing test time out to 20 mins
Increasing test timeout to 20mins for CI
This commit is contained in:
parent
69ced895e2
commit
ed81bcb28d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue