Decrease contact sync timeout on linking
This commit is contained in:
parent
8b5fa7039d
commit
9ce4d32afb
1 changed files with 2 additions and 1 deletions
|
@ -2315,7 +2315,8 @@ export async function startApp(): Promise<void> {
|
||||||
window.Whisper.events.once(event, () => resolve());
|
window.Whisper.events.once(event, () => resolve());
|
||||||
return promise;
|
return promise;
|
||||||
},
|
},
|
||||||
'firstRun:waitForEvent'
|
'firstRun:waitForEvent',
|
||||||
|
{ timeout: 2 * durations.MINUTE }
|
||||||
);
|
);
|
||||||
|
|
||||||
let storageServiceSyncComplete: Promise<void>;
|
let storageServiceSyncComplete: Promise<void>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue