Browse Source
fixup! plugin: Increase manifest timeout to 60 seconds
plugin-timeout-inc
Christian Decker
6 years ago
No known key found for this signature in database
GPG Key ID: 1416D83DC4F0E86D
1 changed files with
2 additions and
2 deletions
-
contrib/plugins/fail/failtimeout.py
|
|
@ -9,8 +9,8 @@ import time |
|
|
|
|
|
|
|
|
|
|
|
def json_getmanifest(request): |
|
|
|
# Timeout is 10 seconds, so wait 11 |
|
|
|
time.sleep(11) |
|
|
|
# Timeout is 60 seconds, so wait 11 |
|
|
|
time.sleep(61) |
|
|
|
return { |
|
|
|
"options": [ |
|
|
|
], |
|
|
|