about summary refs log tree commit diff
path: root/src/state/session
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/session')
-rw-r--r--src/state/session/agent.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/session/agent.ts b/src/state/session/agent.ts
index 972d33425..27e1af4c2 100644
--- a/src/state/session/agent.ts
+++ b/src/state/session/agent.ts
@@ -53,7 +53,7 @@ export async function createAgentAndResume(
     agent.session = prevSession
     if (!storedAccount.deactivated) {
       // Intentionally not awaited to unblock the UI:
-      networkRetry(1, () => agent.resumeSession(prevSession))
+      networkRetry(3, () => agent.resumeSession(prevSession))
     }
   }