| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index c4d5e1a3fd4fc7873b9b0491e58a7ffa858a029d..ff40733caa5678deeac473ea690efccc3c19b50c 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -2146,7 +2146,7 @@ class TestUtils {
|
| path = 'multitest/${path.substring(index)}';
|
| }
|
| path = path.replaceAll('/', '_');
|
| - final int WINDOWS_SHORTEN_PATH_LIMIT = 70;
|
| + final int WINDOWS_SHORTEN_PATH_LIMIT = 60;
|
| if (Platform.operatingSystem == 'windows' &&
|
| path.length > WINDOWS_SHORTEN_PATH_LIMIT) {
|
| for (var key in PATH_REPLACEMENTS.keys) {
|
|
|