Chromium Code Reviews| Index: pkg/scheduled_test/test/descriptor_test.dart |
| diff --git a/pkg/scheduled_test/test/descriptor_test.dart b/pkg/scheduled_test/test/descriptor_test.dart |
| index f43e159476f298318a7d5ef2e1923918b533c97d..5c8bc64150313265f5504520d061c2ac156d76ec 100644 |
| --- a/pkg/scheduled_test/test/descriptor_test.dart |
| +++ b/pkg/scheduled_test/test/descriptor_test.dart |
| @@ -18,8 +18,9 @@ String sandbox; |
| void main() { |
| metaSetUp(() { |
| - // The windows bots are very slow, so we increase the default timeout. |
| - if (Platform.operatingSystem != "windows") return; |
| + // TODO(nweiz): We used to only increase the timeout to 10s for the Windows |
| + // bots, but the Linux and Mac bots have started taking upwards of 5s when |
| + // running pumpEventQueue, so we're increasing the timeout across the board. |
|
Bob Nystrom
2013/04/02 00:45:22
Mention the bug number here.
nweiz
2013/04/02 00:50:00
Done.
|
| currentSchedule.timeout = new Duration(seconds: 10); |
| }); |