Skip to content

Commit b510172

Browse files
committed
Increase test timeout to 300s for container tests
1 parent 2fef844 commit b510172

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: build and test
2424
run: |
2525
go get -v
26-
# Increase timeout to 180s for container tests
27-
go test -timeout=180s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
26+
go test -timeout=300s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
2827
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "_mock.go" > $GITHUB_WORKSPACE/profile.cov
2928
go build -race
3029
env:

0 commit comments

Comments
 (0)