We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ed22 commit 0833f4eCopy full SHA for 0833f4e
‎src/models/controller.model.ts‎
@@ -33,7 +33,7 @@ import {
33
PubSubContactsState,
34
} from "./pubsub-contacts-message.model";
35
36
-const CONTACT_FETCH_TIMEOUT = 3000;
+const CONTACT_FETCH_TIMEOUT = 5000;
37
38
function sanitizeContact(contact: Contact, locale: string): Contact {
39
const result: APIContact = {
0 commit comments