8000 change timeout to 5 seconds · PascalSun/graphql-core@c364f3b · GitHub
[go: up one dir, main page]

Skip to content

Commit c364f3b

Browse files
committed
change timeout to 5 seconds
1 parent 651675f commit c364f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/execution/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def on_resolve(data):
146146
print('in return promise')
147147
exe_context.executor.wait_until_finished()
148148
print('until finished done')
149-
result_test = promise.get(timeout=10) # tag bug is here
149+
result_test = promise.get(timeout=5) # tag bug is here
150150
print('promise get done')
151151
return result_test
152152
else:

0 commit comments

Comments
 (0)
0