wait longer before sending message

This commit is contained in:
ericrius1 2016-02-25 14:28:35 -08:00
parent e9ad06fca7
commit 338427ed3e

View file

@ -206,7 +206,7 @@ function createMarker(modelURL, markerPosition, markerColor) {
var modelURL = Entities.getEntityProperties(marker, "modelURL").modelURL;
Entities.callEntityMethod(marker, "setProperties", [JSON.stringify(data)]);
}, 1000)
}, 2000)
}