diff --git a/dap/adapter_test.go b/dap/adapter_test.go index 43ac9791..58f09bbe 100644 --- a/dap/adapter_test.go +++ b/dap/adapter_test.go @@ -59,7 +59,7 @@ func TestLaunch(t *testing.T) { select { case <-configurationDone: - case <-time.After(time.Second): + case <-time.After(10 * time.Second): assert.Fail(t, "did not receive configurationDone response") } return nil