mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
da4bcd5d91
commit
2fcb4cb769
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ export function main() {
|
|||
|
||||
router.navigate(history[0][0]);
|
||||
});
|
||||
}));
|
||||
}), 1000);
|
||||
});
|
||||
|
||||
describe('hierarchical app', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue