Skip to content

Commit ff136e1

Browse files
committed
tests: shorten test timeout
1 parent e8f7166 commit ff136e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ async def test_query_async_timeout(self):
445445
token=token,
446446
flight_client_options={"generic_options": [('Foo', 'Bar')]},
447447
proxy=None,
448-
options=QueryApiOptionsBuilder().timeout(0.001).build(),
448+
options=QueryApiOptionsBuilder().timeout(0.0001).build(),
449449
)
450450
query = "SELECT * FROM data"
451451
await q_api.query_async(query, "sql", "", database)

0 commit comments

Comments
 (0)