From 2fcb4cb769fb32d15b8aafdbf922872d4b0348e5 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Wed, 12 Aug 2015 17:53:08 -0700 Subject: [PATCH] test(Router): increase the timeout for the back button test The test would fail on Ubuntu 15.04 + Chrome 46 with the standard timeout. --- modules/angular2/test/router/router_integration_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/test/router/router_integration_spec.ts b/modules/angular2/test/router/router_integration_spec.ts index c073b3c607..6ab99b1e81 100644 --- a/modules/angular2/test/router/router_integration_spec.ts +++ b/modules/angular2/test/router/router_integration_spec.ts @@ -130,7 +130,7 @@ export function main() { router.navigate(history[0][0]); }); - })); + }), 1000); }); describe('hierarchical app', () => {