From f5f10a8cd187406641e4066df7ce7bc2eed8d296 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 30 Aug 2024 21:50:03 +0200
Subject: [PATCH] ci: increase timeout multiplier on Linux
---
.github/workflows/create-test-plan.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/create-test-plan.py b/.github/workflows/create-test-plan.py
index 7906f3a1391b6..82602d0460994 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
))