From ce06ef43fb3eaa7a397d45ee273dd8670cf2210f Mon Sep 17 00:00:00 2001 From: Dan Field Date: Tue, 26 Feb 2019 16:56:40 -0800 Subject: [PATCH] increase timeout (#28480) --- .../ios_add2app/ios_add2appTests/IntegrationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/integration_tests/ios_add2app/ios_add2appTests/IntegrationTests.m b/dev/integration_tests/ios_add2app/ios_add2appTests/IntegrationTests.m index cc988b250f5..677f5e955c5 100644 --- a/dev/integration_tests/ios_add2app/ios_add2appTests/IntegrationTests.m +++ b/dev/integration_tests/ios_add2app/ios_add2appTests/IntegrationTests.m @@ -11,7 +11,7 @@ static void waitForInitialFlutterRender() { // TODO(dnfield,jamesderlin): actually sync with Flutter rendering. - CFRunLoopRunInMode(kCFRunLoopDefaultMode, 3, false); + CFRunLoopRunInMode(kCFRunLoopDefaultMode, 10, false); } @interface FlutterTests : XCTestCase