Skip to content
Snippets Groups Projects
Commit 290d6974 authored by Ben Konyi's avatar Ben Konyi
Browse files

Fix flakiness in hot_reload_test.dart

The test was immediately checking the contents of stdout after the
daemon indicated that the hot reload had completed. This could cause a
race since the reloaded code may not have had time to execute.

Fixes https://github.com/flutter/flutter/issues/158245
parent 73546b3b
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