Make timeout *absurdly* long

This commit is contained in:
Radon Rosborough 2020-08-22 22:51:54 -06:00
parent b8188be560
commit af8f0a09ab
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 CONCURRENCY=1 TIMEOUT_SECS=60 yarn test
RUN RIJU_PRIVILEGED=1 CONCURRENCY=1 TIMEOUT_SECS=240 yarn test