Skip to content

Commit 476fa45

Browse files
committed
Try sleeping a long time
1 parent 18566a5 commit 476fa45

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

circle.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
4-
51
# machine:
62
# environment:
73
# PATH: ~/.m2/apache-maven-3.3.3/bin:$PATH
@@ -35,7 +31,10 @@ machine:
3531

3632
test:
3733
override:
38-
- echo "no tests"
34+
- echo "no tests"
35+
- ./sleep.sh:
36+
max-runtime: 14400
37+
parallel: true
3938

4039
# deployment:
4140
# allthethings:

0 commit comments

Comments
 (0)