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:
@ -130,7 +130,7 @@ export function main() {
|
||||
|
||||
router.navigate(history[0][0]);
|
||||
});
|
||||
}));
|
||||
}), 1000);
|
||||
});
|
||||
|
||||
describe('hierarchical app', () => {
|
||||
|
Reference in New Issue
Block a user