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