From c87b41d918074a1b6f8505465fa6d455d15582ca Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 11 Jan 2016 17:15:30 +0100 Subject: [PATCH] UITester: fix latest travis failing test --- TestsUI/ChatTester.m | 1 + 1 file changed, 1 insertion(+) diff --git a/TestsUI/ChatTester.m b/TestsUI/ChatTester.m index a90be60bf..788d07760 100644 --- a/TestsUI/ChatTester.m +++ b/TestsUI/ChatTester.m @@ -297,6 +297,7 @@ [tester scrollViewWithAccessibilityIdentifier:@"ChatRoom list" byFractionOfSizeHorizontal:0.f vertical:1.f]; for (int i = 0; i < 2; i++) { // messages order is not known: if upload bitrate is huge, first image can be uploaded before last started + timeout = 3; while (![tester tryFindingTappableViewWithAccessibilityLabel:@"Download" error:nil] && timeout) { [tester scrollViewWithAccessibilityIdentifier:@"ChatRoom list" byFractionOfSizeHorizontal:0.f