We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd76e0 commit 4d7ae86Copy full SHA for 4d7ae86
ovsdb/client_integration_test.go
@@ -30,7 +30,7 @@ func TestClientIntegration(t *testing.T) {
30
defer c.Close()
31
32
// Cancel RPCs if they take too long.
33
- ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
+ ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
34
defer cancel()
35
36
t.Run("echo", func(t *testing.T) {
@@ -55,7 +55,6 @@ func TestClientIntegrationConcurrent(t *testing.T) {
55
doneWG.Add(n)
56
57
// Block all goroutines until they're done spinning up.
58
- //sigC := make(chan struct{}, 0)
59
sigC := make(chan struct{})
60
61
for i := 0; i < n; i++ {
0 commit comments