Mitigate Deadline Exceeded in bots (#2)

This commit is contained in:
Your Name 2021-10-08 12:04:55 +00:00
parent 4903c26ffc
commit 1cf32971c6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apt-get update &&\
sudo chmod +x set-perms.sh
CMD sudo rm -rf /wrk-cache/* &&\
bash -c "socat UNIX-LISTEN:/wrk-cache/bots.sock,reuseaddr,fork TCP4:$REMOTEEXEC_ADDR &" &&\
bash -c "socat -t10 UNIX-LISTEN:/wrk-cache/bots.sock,reuseaddr,fork TCP4:$REMOTEEXEC_ADDR &" &&\
bash -c "$PWD/set-perms.sh &" &&\
./buildbox-casd \
--instance=default_instance \