Skip to content

Commit 967d5d5

Browse files
committed
Fix assert
1 parent 656f5af commit 967d5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async def connect(
340340
)
341341

342342
if not timeout:
343-
assert smile._timeout == 10
343+
assert smile._timeout == 30
344344

345345
# Connect to the smile
346346
version = None

0 commit comments

Comments
 (0)