diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2026-04-22 13:31:03 +0200 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2026-04-23 10:11:57 +0200 |
| commit | 139aced898cdc2bb9455806496129f44afd80d93 (patch) | |
| tree | 9b7591f50ae2e9d7ef1895f23a653a08faf4186c | |
| parent | daa857be67b82f850996ec7328d0fc084a9fc48b (diff) | |
| download | mullvadvpn-139aced898cdc2bb9455806496129f44afd80d93.tar.xz mullvadvpn-139aced898cdc2bb9455806496129f44afd80d93.zip | |
Reduce default timeout in unit tests
| -rw-r--r-- | ios/TestPlans/MullvadVPNApp.xctestplan | 1 | ||||
| -rw-r--r-- | ios/TestPlans/MullvadVPNCI.xctestplan | 1 |
2 files changed, 2 insertions, 0 deletions
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", |
