Skip to content

Commit

Permalink
Merge pull request #161 from holochain-apps/fix/first-zome-call-timeout
Browse files Browse the repository at this point in the history
fix(ui): 5m timeout for initial zome call
  • Loading branch information
mattyg authored Oct 17, 2024
2 parents 1559b03 + b356913 commit 9a5753c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
fn_name: "ping",
} as RoleNameCallZomeRequest,
// 48s timeout
48 * 1000
// 5m timeout
5 * 60 * 1000
);
console.log("Relay cell ready.");
Expand Down

0 comments on commit 9a5753c

Please sign in to comment.