Skip to content

Commit 0833f4e

Browse files
committed
🔧 raise get contacts timeout
1 parent ea4ed22 commit 0833f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/models/controller.model.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import {
3333
PubSubContactsState,
3434
} from "./pubsub-contacts-message.model";
3535

36-
const CONTACT_FETCH_TIMEOUT = 3000;
36+
const CONTACT_FETCH_TIMEOUT = 5000;
3737

3838
function sanitizeContact(contact: Contact, locale: string): Contact {
3939
const result: APIContact = {

0 commit comments

Comments
 (0)