Skip to content

Commit 2856a3e

Browse files
committed
Tweak test code
1 parent ba0decd commit 2856a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slack_sdk/socket_mode/test_interactions_builtin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_interactions(self):
5656
# (the default recursion depth in Python is 1500)
5757
# Since the default buffer size is set to 1024, and it's enough to prevent the same situation happening,
5858
# we believe that the same situation never happens in the production usage.
59-
sys.setrecursionlimit(4000)
59+
sys.setrecursionlimit(10000)
6060

6161
t = Thread(target=start_socket_mode_server(self, 3011))
6262
t.daemon = True

0 commit comments

Comments
 (0)