Skip to content

Commit aa2859f

Browse files
[ci] Remove unused ci_detect_timeout
1 parent 57f6aa0 commit aa2859f

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test quick-test eastwood cljfmt cljfmt-fix install fast-install smoketest deploy clean detect_timeout lint docs test_impl
1+
.PHONY: test quick-test eastwood cljfmt cljfmt-fix install fast-install smoketest deploy clean lint docs test_impl
22
.DEFAULT_GOAL := quick-test
33

44
# Set bash instead of sh for the @if [[ conditions,
@@ -79,12 +79,6 @@ smoketest: install
7979
lein with-profile -user,-dev,+$(CLOJURE_VERSION) uberjar && \
8080
java -jar target/smoketest-0.1.0-SNAPSHOT-standalone.jar
8181

82-
# Run a background process that prints all JVM stacktraces after five minutes,
83-
# then kills all JVMs, to help diagnose issues with ClojureScript tests getting
84-
# stuck.
85-
detect_timeout:
86-
(bin/ci_detect_timeout &)
87-
8882
# Deployment is performed via CI by creating a git tag prefixed with "v".
8983
# Please do not deploy locally as it skips various measures (particularly around mranderson).
9084
deploy: check-env target/srcdeps

bin/ci_detect_timeout

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)