From 8b52b2f4154982406535db3eca5182019b7be4f5 Mon Sep 17 00:00:00 2001 From: Jason Choi Date: Mon, 22 Aug 2016 11:20:41 -0700 Subject: [PATCH] increase platform-server test timeout again --- modules/@angular/platform-server/test/integration_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/platform-server/test/integration_spec.ts b/modules/@angular/platform-server/test/integration_spec.ts index 92ab8ccb59..98e7775a51 100644 --- a/modules/@angular/platform-server/test/integration_spec.ts +++ b/modules/@angular/platform-server/test/integration_spec.ts @@ -42,7 +42,7 @@ export function main() { expect(getDOM().getText(body)).toEqual('Works!'); }); }), - 2000); + 5000); }); }