Bump timeout to be ridiculously long

This commit is contained in:
Radon Rosborough 2020-08-22 20:32:36 -06:00
parent 8af94f9002
commit 016d3c8209
1 changed files with 1 additions and 1 deletions

View File

@ -68,4 +68,4 @@ RUN sudo cp -a /tmp/riju/* /home/docker/src/ && rm -rf /tmp/riju
WORKDIR /home/docker/src
RUN sudo deluser docker sudo
RUN RIJU_PRIVILEGED=1 TIMEOUT_SECS=20 yarn test
RUN RIJU_PRIVILEGED=1 TIMEOUT_SECS=60 yarn test