Skip to content

Commit a474163

Browse files
authored
Let CI fail earlier if our server is down (#595)
2 parents 9a290b7 + 5cbe431 commit a474163

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ pull-files:
4747
wget \
4848
--no-verbose \
4949
--show-progress \
50+
--timeout=15 \
51+
--tries=2 \
5052
--recursive \
5153
--timestamping \
5254
--no-parent \
@@ -57,6 +59,8 @@ pull-files:
5759
wget \
5860
--no-verbose \
5961
--show-progress \
62+
--timeout=15 \
63+
--tries=2 \
6064
--recursive \
6165
--timestamping \
6266
--no-parent \

0 commit comments

Comments
 (0)