Increase ailab job timeout to 100 hours

This commit is contained in:
Fam Zheng 2026-01-24 12:27:39 +00:00
parent 3715bafcb4
commit fe1dccde17

View File

@ -86,7 +86,7 @@ ailab:
when: manual
tags:
- ailab
timeout: 36000 seconds
timeout: 100 hours
before_script:
- test -d $HOME/venv || python3 -m venv $HOME/venv
- source $HOME/venv/bin/activate