From 272b147e443fd397ca139765133953d8aecdbe80 Mon Sep 17 00:00:00 2001 From: Jason Choi Date: Sat, 20 Aug 2016 09:56:57 -0700 Subject: [PATCH] bazel: mark platform-server test as flaky --- 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 330351f125..92ab8ccb59 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!'); }); }), - 500); + 2000); }); }