Skip to content

Commit af8122b

Browse files
committed
Add duration 600s
1 parent cd04a22 commit af8122b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo "Running processWatchdog..."
2525
chmod +x monitor.sh
26-
./monitor.sh 2 1 5 3 ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
26+
./monitor.sh 2 1 5 3 600 ./processWatchdog > release_watchdog_stdout.log 2> release_watchdog_stderr.log
2727
echo "Standard Output:"
2828
cat release_watchdog_stdout.log
2929
echo "Standard Error:"

0 commit comments

Comments
 (0)