Unverified Commit ce06ef43 authored by Dan Field's avatar Dan Field Committed by GitHub

increase timeout (#28480)

parent 8e6f4684
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
static void waitForInitialFlutterRender() { static void waitForInitialFlutterRender() {
// TODO(dnfield,jamesderlin): actually sync with Flutter rendering. // TODO(dnfield,jamesderlin): actually sync with Flutter rendering.
CFRunLoopRunInMode(kCFRunLoopDefaultMode, 3, false); CFRunLoopRunInMode(kCFRunLoopDefaultMode, 10, false);
} }
@interface FlutterTests : XCTestCase @interface FlutterTests : XCTestCase
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment