Index: pkg/scheduled_test/test/scheduled_server_test.dart |
diff --git a/pkg/scheduled_test/test/scheduled_server_test.dart b/pkg/scheduled_test/test/scheduled_server_test.dart |
index 5cbf0a7f38ec788bffa8e553b60df2f9aa7771cd..ec08bb56d3c9c3dddf12a0d135ce4d5412f4bbf1 100644 |
--- a/pkg/scheduled_test/test/scheduled_server_test.dart |
+++ b/pkg/scheduled_test/test/scheduled_server_test.dart |
@@ -16,11 +16,7 @@ import 'metatest.dart'; |
import 'utils.dart'; |
void main() { |
- metaSetUp(() { |
- // TODO(nweiz): Only increase the timeout length for the Windows bots once |
- // we track down the cause of >5s HTTP requests on the Linux and Mac bots. |
- currentSchedule.timeout = new Duration(seconds: 10); |
- }); |
+ setUpTimeout(); |
expectTestsPass("a server with no handlers does nothing", () { |
test('test', () => new ScheduledServer()); |