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); }); }