From 139aced898cdc2bb9455806496129f44afd80d93 Mon Sep 17 00:00:00 2001 From: Jon Petersson Date: Wed, 22 Apr 2026 13:31:03 +0200 Subject: Reduce default timeout in unit tests --- ios/TestPlans/MullvadVPNApp.xctestplan | 1 + ios/TestPlans/MullvadVPNCI.xctestplan | 1 + 2 files changed, 2 insertions(+) diff --git a/ios/TestPlans/MullvadVPNApp.xctestplan b/ios/TestPlans/MullvadVPNApp.xctestplan index 5a849a2e94..f0e1637d7e 100644 --- a/ios/TestPlans/MullvadVPNApp.xctestplan +++ b/ios/TestPlans/MullvadVPNApp.xctestplan @@ -9,6 +9,7 @@ } ], "defaultOptions" : { + "defaultTestExecutionTimeAllowance" : 60, "targetForVariableExpansion" : { "containerPath" : "container:MullvadVPN.xcodeproj", "identifier" : "58CE5E5F224146200008646E", diff --git a/ios/TestPlans/MullvadVPNCI.xctestplan b/ios/TestPlans/MullvadVPNCI.xctestplan index 4cbc9ab731..fd4f711b8b 100644 --- a/ios/TestPlans/MullvadVPNCI.xctestplan +++ b/ios/TestPlans/MullvadVPNCI.xctestplan @@ -9,6 +9,7 @@ } ], "defaultOptions" : { + "defaultTestExecutionTimeAllowance" : 60, "targetForVariableExpansion" : { "containerPath" : "container:MullvadVPN.xcodeproj", "identifier" : "58CE5E5F224146200008646E", -- cgit v1.3-3-g829e