Skip to content

Commit 17e4aac

Browse files
author
Sysoev, Vladimir
committed
increased 40m timeout for testing
1 parent a04f73c commit 17e4aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ coverage:
369369
.PHONY: unit-test-coverage
370370
unit-test-coverage:
371371
@echo "Running unit-test-coverage $(GOTESTFLAGS) -tags '$(TEST_TAGS)'..."
372-
@$(GO) test $(GOTESTFLAGS) -timeout=20m -tags='$(TEST_TAGS)' -cover -coverprofile coverage.out $(GO_PACKAGES) && echo "\n==>\033[32m Ok\033[m\n" || exit 1
372+
@$(GO) test $(GOTESTFLAGS) -timeout=40m -tags='$(TEST_TAGS)' -cover -coverprofile coverage.out $(GO_PACKAGES) && echo "\n==>\033[32m Ok\033[m\n" || exit 1
373373

374374
.PHONY: tidy
375375
tidy:

0 commit comments

Comments
 (0)