Skip to content

Commit 8ec8a3b

Browse files
Allow tests that time out to rerun a couple times
1 parent 144174f commit 8ec8a3b

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)