Skip to content

Commit

Permalink
Merge branch '3.6-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndonbauto committed Jun 10, 2022
2 parents 8c1455d + cd9ae4e commit 1e28a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-python/src/main/python/tests/driver/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_client_side_timeout_set_for_aiohttp(client):

try:
# should fire an exception
client.submit('Thread.sleep(1000);1').all().result()
client.submit('Thread.sleep(2000);1').all().result()
assert False
except TimeoutError as err:
# asyncio TimeoutError has no message.
Expand Down

0 comments on commit 1e28a2c

Please sign in to comment.