Skip to content

Commit

Permalink
✅ Extend test duration for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nnkken committed Jan 4, 2023
1 parent 68207c5 commit 8b869bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ codegen:
go generate ./...

test: codegen
go test -v ./...
go test -timeout 20m -v ./...

clean:
rm -rf $(BUILDDIR)/ artifacts/
Expand Down

0 comments on commit 8b869bc

Please sign in to comment.