mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-21 18:58:13 +00:00
ci: increase timeout multiplier on Linux
This commit is contained in:

committed by
Anonymous Maarten

parent
384afa378c
commit
f5f10a8cd1
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
|
||||
))
|
||||
|
Reference in New Issue
Block a user