Commit a42c57cb authored by csillag's avatar csillag

Increased timeout for version check cross-frame RPC from 5s to 10s.

parent b6c51f19
...@@ -152,7 +152,7 @@ class Hypothesis extends Annotator ...@@ -152,7 +152,7 @@ class Hypothesis extends Annotator
@provider.call @provider.call
method: 'checkRelease' method: 'checkRelease'
timeout: 5000 timeout: 10000
error: -> check_versions "(missing)" error: -> check_versions "(missing)"
success: check_versions success: check_versions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment