Skip to content

Commit 598a3dc

Browse files
increase examples timeout
1 parent dea9d37 commit 598a3dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/settings.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
connection = {
22
'address': '127.0.0.1',
3-
'port': 5038
3+
'port': 5038,
4+
'timeout': 180,
45
}
56

67
login = {

0 commit comments

Comments
 (0)