Skip to content

Commit

Permalink
Merge pull request #2498 from tgodzik/remove-timeout
Browse files Browse the repository at this point in the history
chore: Remove 5 second timeout which makes tests flaky
  • Loading branch information
tgodzik authored Nov 6, 2024
2 parents c5c2f21 + 6c1759e commit cc5ede7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/test/scala/bloop/dap/DebugServerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,7 @@ object DebugServerSpec extends DebugBspBaseSuite {
}

testTask(
"does not accept a connection unless the previous session requests a restart",
FiniteDuration(5, SECONDS)
"does not accept a connection unless the previous session requests a restart"
) {
startDebugServer(Task.now(Success)) { server =>
for {
Expand Down

0 comments on commit cc5ede7

Please sign in to comment.