summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/infra.gentoo.org/rsync-node/Dockerfile')
-rw-r--r--src/infra.gentoo.org/rsync-node/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infra.gentoo.org/rsync-node/Dockerfile b/src/infra.gentoo.org/rsync-node/Dockerfile
index 2098508..cd10282 100644
--- a/src/infra.gentoo.org/rsync-node/Dockerfile
+++ b/src/infra.gentoo.org/rsync-node/Dockerfile
@@ -13,7 +13,7 @@ ENV SOURCE_MIRROR=rsync://boobie.gentoo.org/gentoo-portage
# Where to write the data in this container.
ENV DEST_DIR=/dev/shm/gentoo
# How long to wait between syncs; must be a valid argument to sleep
-ENV WAIT_TIME=10m
+ENV WAIT_TIME=30s
# This needs to exist in the container.
WORKDIR $DEST_DIR