Skip to content

Commit 356920e

Browse files
committed
build: Increase tests timeout
Tests have been timing out in Windows, in order to avoid having to retry them, every so often, the timeout is being bumped. Signed-off-by: Paulo Gomes <[email protected]>
1 parent 22d1e2f commit 356920e

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
@@ -14,7 +14,7 @@ $(GOLANGCI):
1414

1515
.PHONY: test
1616
test:
17-
$(GOTEST) -race -timeout 300s ./...
17+
$(GOTEST) -race -timeout 900s ./...
1818

1919
test-coverage:
2020
echo "" > $(COVERAGE_REPORT); \

0 commit comments

Comments
 (0)