We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd04a22 commit af8122bCopy full SHA for af8122b
.github/workflows/c-cpp.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
echo "Running processWatchdog..."
25
chmod +x monitor.sh
26
- ./monitor.sh 2 1 5 3 ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
+ ./monitor.sh 2 1 5 3 600 ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
27
echo "Standard Output:"
28
cat release_watchdog_stdout.log
29
echo "Standard Error:"
0 commit comments