We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7832e4 commit e93ecffCopy full SHA for e93ecff
.github/docker-compose.yml
@@ -44,7 +44,7 @@ services:
44
45
WORKDIR /fenix/build
46
ENTRYPOINT ["/entrypoint.sh"]
47
- CMD ["ctest", "--output-on-failure"]
+ CMD ["ctest", "--output-on-failure", "--timeout", "60"]
48
args:
49
OMPI_VERSION: main
50
pull_policy: build
0 commit comments