Skip to content

Commit f840387

Browse files
0xgoudapashagolub
authored andcommitted
Increase tests timeout.
- the `MaintainUniqueSources` test calls `pgw.MaintainUniqueSources()` 3 times which sleeps a minute each time.
1 parent 9020a68 commit f840387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Test
9797
run: |
9898
go generate ./api/pb/
99-
go test -failfast -v -timeout=300s -p 1 -coverprofile=profile.cov ./cmd/... ./internal/...
99+
go test -failfast -v -timeout=600s -p 1 -coverprofile=profile.cov ./cmd/... ./internal/...
100100
101101
- name: Coveralls
102102
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)