Skip to content

Commit 5f62b82

Browse files
committed
Makefile: Extend test target's timeout from 2m to 3m
Signed-off-by: Norio Nomura <[email protected]>
1 parent 571510e commit 5f62b82

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
@@ -10,7 +10,7 @@ fmt:
1010

1111
.PHONY: test
1212
test:
13-
go test -p 1 -exec "go run $(PWD)/cmd/codesign" ./... -timeout 2m -v
13+
go test -p 1 -exec "go run $(PWD)/cmd/codesign" ./... -timeout 3m -v
1414

1515
.PHONY: test/run
1616
test/run:

0 commit comments

Comments
 (0)