From b4b5896fe8ee230d839d5fbe3131206a91eef59c Mon Sep 17 00:00:00 2001 From: Kaushik Kapadiya Date: Fri, 5 Jan 2024 11:33:37 +0530 Subject: [PATCH] handle myLocation error in START --- src/components/AddressSearch/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AddressSearch/index.js b/src/components/AddressSearch/index.js index 9f2635633318..357f5af8cb58 100644 --- a/src/components/AddressSearch/index.js +++ b/src/components/AddressSearch/index.js @@ -363,7 +363,7 @@ function AddressSearch({ }, { maximumAge: 0, // No cache, always get fresh location info - timeout: 5000, + timeout: 30000, }, ); };