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