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

Unified Diff: pkg/scheduled_test/test/scheduled_server_test.dart

Issue 13472016: Split apart several asynchronous tests to reduce timeouts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months 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: 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());
« no previous file with comments | « pkg/scheduled_test/test/scheduled_process_test.dart ('k') | pkg/scheduled_test/test/scheduled_test/abort_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698