Skip to content

Commit

Permalink
Merge pull request #34007 from kaushiktd/locationError
Browse files Browse the repository at this point in the history
[No QA] Handle myLocation error in START
  • Loading branch information
amyevans authored Jan 11, 2024
2 parents 7c2a1b3 + b4b5896 commit 28b2eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddressSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function AddressSearch({
},
{
maximumAge: 0, // No cache, always get fresh location info
timeout: 5000,
timeout: 30000,
},
);
};
Expand Down

0 comments on commit 28b2eb1

Please sign in to comment.