aboutsummaryrefslogtreecommitdiff
path: root/interface.json
diff options
context:
space:
mode:
authorRoman Melnikov2023-11-02 11:37:22 +0100
committerGitHub2023-11-02 11:37:22 +0100
commit660180bbbeae7d60dad5a92b30858306945fd427 (patch)
tree6ed583eb0b5f14db704d031f4e6b5cdeba80d8ac /interface.json
parentd50737080327575d78fe7490b20fcc3eba9f1d72 (diff)
parent50d640f4032c32d5bddab31af493670ba1773518 (diff)
Merge pull request #240 from serokell/rvem/make-wait-activation-timeout-configurable
[Chore] Make activation wait timeout configurable
Diffstat (limited to 'interface.json')
-rw-r--r--interface.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface.json b/interface.json
index a9471f4..c733f25 100644
--- a/interface.json
+++ b/interface.json
@@ -30,6 +30,9 @@
"confirmTimeout": {
"type": "integer"
},
+ "activationTimeout": {
+ "type": "integer"
+ },
"tempPath": {
"type": "string"
}