From 55b8a43b5be42e522a98310eb09a278fcd21ab97 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Mon, 21 Nov 2016 09:11:33 -0700 Subject: Turning down number of consecutive tests to avoid jetsam ejections on iOS --- Xamarin.Forms.Core.iOS.UITests/BaseTestFixture.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Xamarin.Forms.Core.iOS.UITests') diff --git a/Xamarin.Forms.Core.iOS.UITests/BaseTestFixture.cs b/Xamarin.Forms.Core.iOS.UITests/BaseTestFixture.cs index 1b64fbbc..db28993d 100644 --- a/Xamarin.Forms.Core.iOS.UITests/BaseTestFixture.cs +++ b/Xamarin.Forms.Core.iOS.UITests/BaseTestFixture.cs @@ -26,10 +26,11 @@ namespace Xamarin.Forms.Core.UITests } static int s_testsrun; - const int ConsecutiveTestLimit = 40; + const int ConsecutiveTestLimit = 30; // Until we get more of our memory leak issues worked out, restart the app - // after a specified number of tests so we don't get bogged down in GC + // after a specified number of tests so we don't get bogged down in GC + // (or booted by jetsam) public void EnsureMemory() { s_testsrun += 1; -- cgit v1.2.3