Skip to content

Commit

Permalink
Decrease contact sync timeout on linking
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and indutny-signal committed Feb 6, 2023
1 parent 2750a56 commit 5097973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ts/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,8 @@ export async function startApp(): Promise<void> {
window.Whisper.events.once(event, () => resolve());
return promise;
},
'firstRun:waitForEvent'
'firstRun:waitForEvent',
{ timeout: 2 * durations.MINUTE }
);

let storageServiceSyncComplete: Promise<void>;
Expand Down

0 comments on commit 5097973

Please sign in to comment.