Increase timeout for "should not be closen when dragging map" test

This commit is contained in:
Yohan Boniface 2016-03-29 10:38:47 +02:00
parent 37f98cb29e
commit 6bc6e599a0

View File

@ -300,7 +300,7 @@ describe("L.Map#openPopup", function () {
expect(map.hasLayer(p)).to.be(true);
document.body.removeChild(c);
done();
}, 60);
}, 100);
});
});