[Python AIO] Extend the DDL in connectivity_test.test_unavailable_backend

pull/37645/head
Xuan Wang 3 months ago
parent fa60a9d2bd
commit 10fdf90635
  1. 2
      src/python/grpcio_tests/tests_aio/unit/connectivity_test.py

@ -55,7 +55,7 @@ class TestConnectivityState(AioTestBase):
_common.block_until_certain_state( _common.block_until_certain_state(
channel, grpc.ChannelConnectivity.TRANSIENT_FAILURE channel, grpc.ChannelConnectivity.TRANSIENT_FAILURE
), ),
test_constants.SHORT_TIMEOUT, test_constants.SHORT_TIMEOUT * 2,
) )
async def test_normal_backend(self): async def test_normal_backend(self):

Loading…
Cancel
Save