test(Router): increase the timeout for the back button test

The test would fail on Ubuntu 15.04 + Chrome 46 with the standard
timeout.
This commit is contained in:
Victor Berchet 2015-08-12 17:53:08 -07:00
parent da4bcd5d91
commit 2fcb4cb769
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ export function main() {
router.navigate(history[0][0]);
});
}));
}), 1000);
});
describe('hierarchical app', () => {