diff --git a/Geolocation/index.html b/Geolocation/index.html
index a80113c..4dd30dd 100644
--- a/Geolocation/index.html
+++ b/Geolocation/index.html
@@ -54,7 +54,7 @@
var geo_options = {
enableHighAccuracy : true,
maximumAge : 30000,
- time : 27000
+ timeout : 5000
}
window.addEventListener('load', function(e) {