diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7f7f9a9e..02f69579d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,4 +64,4 @@ jobs: uses: actions/checkout@v2 - name: Unit Race Tests - run: go test -timeout 120s -race -gcflags=all=-d=checkptr=0 ./... + run: go test -timeout 240s -race -gcflags=all=-d=checkptr=0 ./...