Skip to content

Commit

Permalink
run tests with timeout to workaround hanging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Jun 30, 2021
1 parent b838ec9 commit b30e592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN make install DESTDIR=/tmp/zsh-install
RUN make install.info DESTDIR=/tmp/zsh-install || true
RUN yes '' | adduser --shell /bin/sh --home /tmp/zsh-build --disabled-login --disabled-password zshtest
RUN chown -R zshtest /tmp/zsh-build
RUN su - zshtest -c 'make test' || true
RUN su - zshtest -c 'timeout 120 make test' || true

FROM bitnami/minideb:buster
LABEL maintainer="https://github.com/zsh-users/zsh-docker"
Expand Down

0 comments on commit b30e592

Please sign in to comment.