9445b52b45
Test cases in this test could be slow, especially if other tests are running simultaneously. They could run out of 30 second default timeout enforced by package:test for each individual test case. If test hangs, test.py would kill it anyway. Fixes https://github.com/dart-lang/sdk/issues/41489 Change-Id: I16fef1f2a157392f3ff6a695a6ba72fa9ec4da14 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144004 Reviewed-by: Ben Konyi <bkonyi@google.com> Reviewed-by: Régis Crelier <regis@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>