We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a007368 + f03ed8c commit 3a3fc54Copy full SHA for 3a3fc54
1 file changed
dap/adapter_test.go
@@ -59,7 +59,7 @@ func TestLaunch(t *testing.T) {
59
60
select {
61
case <-configurationDone:
62
- case <-time.After(time.Second):
+ case <-time.After(10 * time.Second):
63
assert.Fail(t, "did not receive configurationDone response")
64
}
65
return nil
0 commit comments