Skip to content

Commit e93ecff

Browse files
Add timeout to tests
1 parent b7832e4 commit e93ecff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
4545
WORKDIR /fenix/build
4646
ENTRYPOINT ["/entrypoint.sh"]
47-
CMD ["ctest", "--output-on-failure"]
47+
CMD ["ctest", "--output-on-failure", "--timeout", "60"]
4848
args:
4949
OMPI_VERSION: main
5050
pull_policy: build

0 commit comments

Comments
 (0)