Fix fastboot parallel flash test flake

The problematic test asserts that after two async flash commands, there
are two tasks spawned. However each new flash will poll all existing
tasks once, which can cause some of them to finish. The assert can fail
if previous flash was given a perfectly aligned buffer for which it can
finish immediately.

Change-Id: I93c6fa1fc454d7f131ef8c617a63323b5c9a0f9f
1 file changed
tree: cd2bcfb140b669baa56514024873b1afb2edf0cb
  1. gbl/
  2. libxbc/
  3. vts/
  4. .clang-format
  5. .gitignore
  6. BUILD
  7. LICENSE
  8. OWNERS