Skip to content

Commit c108974

Browse files
committed
fix the log file printing
1 parent 1b95b41 commit c108974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/c-cpp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Run watchdog (Release test)
3535
run: |
3636
echo "Running processWatchdog..."
37-
timeout --signal=SIGUSR1 --preserve-status 300s ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
37+
timeout --signal=SIGUSR1 --preserve-status 600s ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
3838
echo "Standard Output:"
39-
cat watchdog_stdout.log
39+
cat release_watchdog_stdout.log
4040
echo "Standard Error:"
41-
cat watchdog_stderr.log
41+
cat release_watchdog_stderr.log

0 commit comments

Comments
 (0)