Bump timeout to be ridiculously long
This commit is contained in:
parent
8af94f9002
commit
016d3c8209
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue