Skip to content

Commit cb94e33

Browse files
ci: explain the timeout
1 parent fc3dc0a commit cb94e33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
cmake -B build -S . -DBENABLE_TESTING=ON
9191
cmake --build build --parallel 4
9292
93+
# The timeout below is to catch the files with user input in their main function.
94+
# It should be removed eventually when all the files are clear of user input.
9395
- name: test
9496
run: |
9597
ctest build/. --verbose --timeout 5

0 commit comments

Comments
 (0)