From ed81bcb28d5d7076a8f878d32fb3a3af1a6eb3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20I=2E=20Del=20Valle?= Date: Tue, 5 May 2020 23:02:44 -0700 Subject: [PATCH] Increasing test time out to 20 mins Increasing test timeout to 20mins for CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9483575..229360f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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