Skip to content

Commit

Permalink
fix: increase timeout of call affected by migration (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeshe committed Aug 7, 2023
1 parent 953f508 commit f65fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ae_mdw/sync/async_store_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule AeMdw.Sync.AsyncStoreServer do

@spec write_async_store(State.t()) :: State.t()
def write_async_store(db_state) do
GenServer.call(__MODULE__, {:write_store, db_state})
GenServer.call(__MODULE__, {:write_store, db_state}, 60_000)
end

@impl GenServer
Expand Down

0 comments on commit f65fa1b

Please sign in to comment.