Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b36daf2

Browse files
committedOct 6, 2022
Increase lapse before timeout by 5 minutes
1 parent 2e82880 commit b36daf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ tasks:
102102
-short \
103103
-p 1 \
104104
-run '{{default ".*" .GO_TEST_REGEX}}' \
105-
{{default "-timeout 10m -coverpkg=./... -covermode=atomic" .GO_TEST_FLAGS}} \
105+
{{default "-timeout 15m -coverpkg=./... -covermode=atomic" .GO_TEST_FLAGS}} \
106106
-coverprofile=coverage_unit.txt \
107107
{{default .DEFAULT_GO_PACKAGES .GO_PACKAGES}} \
108108
{{.TEST_LDFLAGS}}

0 commit comments

Comments
 (0)
Please sign in to comment.