We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b95b41 commit c108974Copy full SHA for c108974
.github/workflows/c-cpp.yml
@@ -34,8 +34,8 @@ jobs:
34
- name: Run watchdog (Release test)
35
run: |
36
echo "Running processWatchdog..."
37
- timeout --signal=SIGUSR1 --preserve-status 300s ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
+ timeout --signal=SIGUSR1 --preserve-status 600s ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
38
echo "Standard Output:"
39
- cat watchdog_stdout.log
+ cat release_watchdog_stdout.log
40
echo "Standard Error:"
41
- cat watchdog_stderr.log
+ cat release_watchdog_stderr.log
0 commit comments