ci: increase conan timeout to 3 minutes for slow mirrors

GNU FTP mirrors can be extremely slow, causing CI failures when downloading
dependencies like libtool. Increasing CONAN_REQUEST_TIMEOUT from default
60s to 180s to handle these slow downloads.
This commit is contained in:
Nicholas Dudfield
2025-09-08 16:50:35 +07:00
parent 87281b2a54
commit 1b3d04ba4d

View File

@@ -83,6 +83,8 @@ runs:
- name: Install dependencies
shell: bash
env:
CONAN_REQUEST_TIMEOUT: 180 # Increase timeout to 3 minutes for slow mirrors
run: |
# Create build directory
mkdir -p ${{ inputs.build_dir }}