Skip to content

Commit 927f116

Browse files
committed
add test for reconnection
1 parent 4f47f6f commit 927f116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/grpc_management_plane_api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func TestGrpc_Reconnection(t *testing.T) {
206206
// require.NoError(t, err)
207207
// mockManagementPlaneAPIAddress = net.JoinHostPort(ipAddress, ports["9093/tcp"][0].HostPort)
208208

209-
time.Sleep(10 * time.Second)
209+
time.Sleep(60 * time.Second)
210210

211211
currentID := verifyConnection(t, 2)
212212
assert.Equal(t, originalID, currentID)

0 commit comments

Comments
 (0)