Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(665)

Unified Diff: tests/standalone/io/test_utils.dart

Issue 2566273007: Fix flaky timeouts of socket_ipv6_test. (Closed)
Patch Set: fix checked mode Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/standalone/io/test_utils.dart
diff --git a/tests/standalone/io/test_utils.dart b/tests/standalone/io/test_utils.dart
index 2dbaf977e4033d0d8fb66c40086e49f6d357bc2f..c8bf0cef0efb9538bebd3d566756e32997a341f3 100644
--- a/tests/standalone/io/test_utils.dart
+++ b/tests/standalone/io/test_utils.dart
@@ -25,4 +25,3 @@ Future retry(Future fun(), {int maxCount: 10}) async {
}
return await fun();
}
-
« tests/standalone/io/socket_ipv6_test.dart ('K') | « tests/standalone/io/socket_ipv6_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698