increase timeout (#28480)

This commit is contained in:
Dan Field 2019-02-26 16:56:40 -08:00 committed by GitHub
parent 8e6f468435
commit ce06ef43fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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