increase timeout (#28480)
This commit is contained in:
parent
8e6f468435
commit
ce06ef43fb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user