File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/flutter_tools/test/integration.shard Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 160160 "name" : " Mac build_ios_framework_module_test" ,
161161 "repo" : " flutter" ,
162162 "task_name" : " mac_build_ios_framework_module_test" ,
163- "flaky" : false
163+ "flaky" : true
164164 },
165165 {
166166 "name" : " Mac build_tests" ,
167167 "repo" : " flutter" ,
168168 "task_name" : " mac_build_tests" ,
169- "flaky" : false
169+ "flaky" : true
170170 },
171171 {
172172 "name" : " Mac build_gallery" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void main() {
4444 project.uncommentHotReloadPrint ();
4545 try {
4646 await flutter.hotRestart ();
47- await completer.future;
47+ await completer.future. timeout ( const Duration (seconds : 15 )) ;
4848 } finally {
4949 await subscription.cancel ();
5050 }
@@ -62,7 +62,7 @@ void main() {
6262 project.uncommentHotReloadPrint ();
6363 try {
6464 await flutter.hotRestart ();
65- await completer.future;
65+ await completer.future. timeout ( const Duration (seconds : 15 )) ;
6666 } finally {
6767 await subscription.cancel ();
6868 }
You can’t perform that action at this time.
0 commit comments