Skip to content

Commit

Permalink
Revert "refactor: change test.ci -timeout to 20m"
Browse files Browse the repository at this point in the history
This reverts commit 1bf67f0.
  • Loading branch information
tj committed Mar 1, 2018
1 parent 1bf67f0 commit 8d929ac
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 @@ -28,7 +28,7 @@ test: internal/proxy/bin/bin_assets.go

# Run all tests in CI.
test.ci: internal/proxy/bin/bin_assets.go
@$(GO) test -timeout 20m -race ./... && echo "\n==>\033[32m Ok\033[m\n"
@$(GO) test -timeout 2m -race ./... && echo "\n==>\033[32m Ok\033[m\n"
.PHONY: test.ci

internal/proxy/bin/bin_assets.go:
Expand Down

0 comments on commit 8d929ac

Please sign in to comment.