Decrease concurrency also

This commit is contained in:
Radon Rosborough 2020-08-22 21:18:39 -06:00
parent 016d3c8209
commit 37a4be8a0a
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=60 yarn test
RUN RIJU_PRIVILEGED=1 CONCURRENCY=1 TIMEOUT_SECS=60 yarn test