Skip to content

Commit 1b95b41

Browse files
committed
Reduce test time to 300 sec
1 parent 7c1ac1d commit 1b95b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

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

0 commit comments

Comments
 (0)