Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Aug 16, 2023
1 parent 9738bec commit bedd393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/elixir_ls_debugger/test/debugger_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,8 @@ defmodule ElixirLS.Debugger.ServerTest do
)

assert_receive(
response(_, 3, "setBreakpoints", %{"breakpoints" => [%{"verified" => true}]})
response(_, 3, "setBreakpoints", %{"breakpoints" => [%{"verified" => true}]}),
5000
)

assert Proto.List in :int.interpreted()
Expand Down

0 comments on commit bedd393

Please sign in to comment.