Set timeout to 36000 seconds for ailab job

This commit is contained in:
Fam Zheng 2025-11-23 21:04:55 +00:00
parent a0232e74b6
commit a91cf30e05

View File

@ -84,6 +84,7 @@ ailab:
stage: ailab
tags:
- ailab
timeout: 36000 seconds
before_script:
- test -d $HOME/venv || python3 -m venv $HOME/venv
- source $HOME/venv/bin/activate