tweak timeout in some api/router tests

This commit is contained in:
Leo Horie 2016-10-04 16:43:31 -04:00
parent 78963071bb
commit cffe77b2c2

View file

@ -555,8 +555,8 @@ o.spec("route", function() {
}, FRAME_BUDGET)
})
o("routing with RouteResolver works more than once (#1286)", function(done, timeout){
timeout(FRAME_BUDGET * 3)
o("routing with RouteResolver works more than once", function(done, timeout) {
timeout(100)
$window.location.href = prefix + "/a"
route(root, '/a', {
@ -586,7 +586,7 @@ o.spec("route", function() {
})
o("calling route.set invalidates pending onmatch resolution", function(done, timeout) {
timeout(50)
timeout(100)
var resolved
$window.location.href = prefix + "/a"