Skip to content

Commit 51a4966

Browse files
committed
increase timeouts in often failing tests
1 parent 4cc7f6c commit 51a4966

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/elixir_ls_debugger/test/debugger_test.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@ defmodule ElixirLS.Debugger.ServerTest do
441441
"allThreadsStopped" => false,
442442
"reason" => "breakpoint",
443443
"threadId" => thread_id
444-
})
444+
}),
445+
5000
445446

446447
assert_receive event(_, "thread", %{
447448
"reason" => "exited",
@@ -480,7 +481,7 @@ defmodule ElixirLS.Debugger.ServerTest do
480481

481482
assert_receive(
482483
response(_, 3, "setBreakpoints", %{"breakpoints" => [%{"verified" => true}]}),
483-
1000
484+
3000
484485
)
485486

486487
assert(:hello in :int.interpreted())

0 commit comments

Comments
 (0)