[beast] TRAVIS: slightly increase network operation retries
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] TRAVIS: slightly increase network operation retries
- Date: Fri, 1 Apr 2016 08:50:32 +0000 (UTC)
commit f206a9f996dbe7f321252b982aa4e19c2293858b
Author: Tim Janik <timj gnu org>
Date: Thu Mar 31 19:17:53 2016 +0200
TRAVIS: slightly increase network operation retries
Signed-off-by: Tim Janik <timj gnu org>
.travis.docker | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/.travis.docker b/.travis.docker
index 0fbf9ec..f086574 100644
--- a/.travis.docker
+++ b/.travis.docker
@@ -16,7 +16,7 @@ ENV INTENT "@INTENT@"
# Automation tools and convenience commands
ENV DEBIAN_FRONTEND noninteractive
-RUN echo '#!/bin/bash\n"$@" || { sleep 5 ; "$@" ; } || { sleep 60 ; "$@" ; }' > /bin/retry && chmod +x
/bin/retry && \
+RUN echo '#!/bin/bash\n"$@" || { sleep 10 ; "$@" ; } || { sleep 90 ; "$@" ; }' > /bin/retry && chmod +x
/bin/retry && \
echo '\n' \
"\nalias ls='ls --color=auto' ; alias l='ls -al' ;" \
"\nalias grep='grep --color=auto' ; alias fgrep='fgrep --color=auto' ; alias egrep='egrep --color=auto'
;" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]