diff --git a/.github/workflows/install_dev_env/action.yml b/.github/workflows/install_dev_env/action.yml index 9e1d8fc4..727425a6 100644 --- a/.github/workflows/install_dev_env/action.yml +++ b/.github/workflows/install_dev_env/action.yml @@ -41,4 +41,4 @@ runs: id: download-mesh-server with: GITHUB_TOKEN: ${{ inputs.token }} - MESH_SERVICE_TAG: 'v2.10.0.11' + MESH_SERVICE_TAG: 'v2.11.0.13' diff --git a/.github/workflows/usage.yml b/.github/workflows/usage.yml index fa729785..4d2cf0f7 100644 --- a/.github/workflows/usage.yml +++ b/.github/workflows/usage.yml @@ -39,7 +39,7 @@ jobs: id: download-mesh-server with: GITHUB_TOKEN: ${{ secrets.OAUTH_TOKEN }} - MESH_SERVICE_TAG: 'v2.10.0.11' + MESH_SERVICE_TAG: 'v2.11.0.13' # run one example before installing pytest packages and pandas # to check if all dependencies are installed together with Mesh Python SDK pip package diff --git a/src/volue/mesh/tests/test_session.py b/src/volue/mesh/tests/test_session.py index 39d4b219..bfb354d4 100644 --- a/src/volue/mesh/tests/test_session.py +++ b/src/volue/mesh/tests/test_session.py @@ -55,7 +55,7 @@ def test_can_connect_to_existing_session(connection): same_session.close() # Closing a session on the server is not a blocking call, # so there is not telling how long closing a session will take. - sleep(1) + sleep(61) with pytest.raises(grpc.RpcError) as info: session.close() assert info.type == grpc._channel._InactiveRpcError