summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-07-19 13:52:39 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-07-19 13:52:39 +0200
commit1c426ef5df2b77e58e185c205653c936c7ee28d7 (patch)
treecfe1f2c4a0d701b70c39da4528654aae615e58bf /bin/build-packages
parent410b16c77a441a99915d44d5fe5b3c4ba2e04517 (diff)
downloadbuilder-1c426ef5df2b77e58e185c205653c936c7ee28d7.tar.xz
playing with increased sleep time on slaves
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/build-packages b/bin/build-packages
index a54287a..b6dad36 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -948,7 +948,7 @@ while [ "${count}" -ne 0 ] && \
;;
1)
>&2 echo '"return-assignment" was running already.'
- wait_some_time 15
+ wait_some_time 60
;;
2)
>&2 echo 'I was too slow, the package is outdated. I will continue ...'
@@ -1011,7 +1011,7 @@ while [ "${count}" -ne 0 ] && \
;;
1)
>&2 echo '"return-assignment" was running already.'
- wait_some_time 15
+ wait_some_time 60
;;
2)
>&2 echo 'I was too slow, the package is outdated. I will continue ...'
@@ -1049,7 +1049,7 @@ while [ "${count}" -ne 0 ] && \
>&2 echo 'get-assignment told me:'
>&2 echo ' come back (shortly) later - I was running already'
- wait_some_time 15
+ wait_some_time 60
continue
;;