Skip to content

Commit 61b17d7

Browse files
committed
increase timeout before checking connection after restart
1 parent 04db672 commit 61b17d7

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
@@ -212,7 +212,7 @@ func TestGrpc_Reconnection(t *testing.T) {
212212
require.NoError(t, err)
213213
mockManagementPlaneAPIAddress = net.JoinHostPort(ipAddress, ports["9093/tcp"][0].HostPort)
214214

215-
time.Sleep(5 * time.Second)
215+
time.Sleep(10 * time.Second)
216216

217217
currentID := verifyConnection(t, 2)
218218
assert.Equal(t, originalID, currentID)

0 commit comments

Comments
 (0)