lupyuen commented on issue #14680:
URL: https://github.com/apache/nuttx/issues/14680#issuecomment-2480551180

   Wonder if this will work for GitHub CI? I'm testing it for macOS Build Farm:
   
https://github.com/lupyuen/nuttx-build-farm/blob/main/run-job-macos.sh#L131-L144
   ```bash
   ## If CI Test Hangs: Kill it after 1 hour
   ( sleep 3600 ; echo Killing pytest... ; pkill -f pytest )&
   
   ## Run the CI Job
   ./cibuild.sh -i -c -A -R testlist/$job.dat
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to