Skip to content

Commit

Permalink
Add timeout to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Nov 13, 2024
1 parent b7832e4 commit e93ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
WORKDIR /fenix/build
ENTRYPOINT ["/entrypoint.sh"]
CMD ["ctest", "--output-on-failure"]
CMD ["ctest", "--output-on-failure", "--timeout", "60"]
args:
OMPI_VERSION: main
pull_policy: build

0 comments on commit e93ecff

Please sign in to comment.