Increase timeout for "should not be closen when dragging map" test
This commit is contained in:
parent
37f98cb29e
commit
6bc6e599a0
@ -300,7 +300,7 @@ describe("L.Map#openPopup", function () {
|
||||
expect(map.hasLayer(p)).to.be(true);
|
||||
document.body.removeChild(c);
|
||||
done();
|
||||
}, 60);
|
||||
}, 100);
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user