Skip to content

Commit c5ae81d

Browse files
Allow tests that time out to rerun a couple times
1 parent 565eae6 commit c5ae81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
*.args.OMPI_VERSION=${{ matrix.ompi_version }}
3838
3939
- name: Test Fenix
40-
run: docker run fenix
40+
run: docker run fenix ctest --output-on-failure --timeout 20 --repeat after-timeout:3

0 commit comments

Comments
 (0)