| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index a35e310e568a4da2af7f9f83b1f46b4d7c5a3481..a4abf476111dde3e5259c439fcd60c53350784b6 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -28,7 +28,7 @@ import "utils.dart";
|
| import 'record_and_replay.dart';
|
|
|
| const int CRASHING_BROWSER_EXITCODE = -10;
|
| -const int SLOW_TIMEOUT_MULTIPLIER = 8;
|
| +const int SLOW_TIMEOUT_MULTIPLIER = 4;
|
|
|
| const MESSAGE_CANNOT_OPEN_DISPLAY = 'Gtk-WARNING **: cannot open display';
|
| const MESSAGE_FAILED_TO_RUN_COMMAND = 'Failed to run command. return code=1';
|
|
|