diff --git a/.github/workflows/create-test-plan.py b/.github/workflows/create-test-plan.py index 7906f3a139..82602d0460 100755 --- a/.github/workflows/create-test-plan.py +++ b/.github/workflows/create-test-plan.py @@ -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 ))