Commit 7d538e7e94
Verified · cmc ci/build: success
Makefile +4 −1
| @@ -26,8 +26,11 @@ RUNNER_BIN := dist/gitbay-runner-linux-amd64 | ||
| 26 | 26 | help: |
| 27 | 27 | @sed -n 's/^# //p' $(MAKEFILE_LIST) |
| 28 | 28 | |
| 29 | # The e2e suite runs 400-700s against go's 600s per-package default, so a | |
| 30 | # loaded machine turns a passing tree into a goroutine dump that reads as | |
| 31 | # an unrelated failure. A real hang still fails, just later. | |
| 29 | 32 | test: |
| 30 | go test ./... -count=1 | |
| 33 | go test ./... -count=1 -timeout 30m | |
| 31 | 34 | |
| 32 | 35 | # Fail in seconds on an unreachable host or a wedged ssh-agent, rather |
| 33 | 36 | # than hanging on a credential prompt mid-deploy. |