We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0decd commit 2856a3eCopy full SHA for 2856a3e
tests/slack_sdk/socket_mode/test_interactions_builtin.py
@@ -56,7 +56,7 @@ def test_interactions(self):
56
# (the default recursion depth in Python is 1500)
57
# Since the default buffer size is set to 1024, and it's enough to prevent the same situation happening,
58
# we believe that the same situation never happens in the production usage.
59
- sys.setrecursionlimit(4000)
+ sys.setrecursionlimit(10000)
60
61
t = Thread(target=start_socket_mode_server(self, 3011))
62
t.daemon = True
0 commit comments