mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 14:09:10 +00:00
ci: increase timeout multiplier on Linux
This commit is contained in:
parent
384afa378c
commit
f5f10a8cd1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-test-plan.py
vendored
1
.github/workflows/create-test-plan.py
vendored
|
@ -433,6 +433,7 @@ def spec_to_job(spec: JobSpec) -> JobDetails:
|
|||
"libudev-dev",
|
||||
"fcitx-libs-dev",
|
||||
))
|
||||
job.cmake_arguments.append("-DSDLTEST_TIMEOUT_MULTIPLIER=2") # older libunwind is slow
|
||||
job.apt_packages.extend((
|
||||
"libunwind-dev", # For SDL_test memory tracking
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue