From f8d035e50bd504644c2f42f471efbb9fcd1941b9 Mon Sep 17 00:00:00 2001 From: voluntas Date: Mon, 19 Jun 2023 20:15:37 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E5=9C=A8=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=83=87=E3=82=B3=E3=83=AC=E3=83=BC=E3=82=BF=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_recvonly.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_recvonly.py b/tests/test_recvonly.py index e001ffb6..d5c351f8 100644 --- a/tests/test_recvonly.py +++ b/tests/test_recvonly.py @@ -8,7 +8,6 @@ def on_disconnect(error_code, message_abc: str): print(f'on_disconnect: error_code: {error_code}, message: {message_abc}') -# @pytest.mark.timeout(10) def test_sendonly(): sora = Sora()