mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-23 16:35:19 +02:00
longer timeouts
This commit is contained in:
parent
5b95b2f816
commit
0ee122fb4e
3 changed files with 5 additions and 5 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
},
|
||||
"type": "debug",
|
||||
"timeout": 15
|
||||
"timeout": 30
|
||||
},
|
||||
"debug_different_goal": {
|
||||
"goal": {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"type": "techtree",
|
||||
"max_depth": 2,
|
||||
"depth": 0,
|
||||
"timeout": 240,
|
||||
"timeout": 700,
|
||||
"blocked_actions": {
|
||||
"0": [
|
||||
"!getCraftingPlan"
|
||||
|
@ -44,7 +44,7 @@
|
|||
"type": "techtree",
|
||||
"max_depth": 1,
|
||||
"depth": 0,
|
||||
"timeout": 240,
|
||||
"timeout": 700,
|
||||
"blocked_actions": {
|
||||
"0": [
|
||||
"!getCraftingPlan"
|
||||
|
@ -75,7 +75,7 @@
|
|||
"type": "techtree",
|
||||
"max_depth": 1,
|
||||
"depth": 0,
|
||||
"timeout": 240,
|
||||
"timeout": 700,
|
||||
"blocked_actions": {
|
||||
"0": [],
|
||||
"1": []
|
||||
|
@ -102,7 +102,7 @@
|
|||
"type": "techtree",
|
||||
"max_depth": 3,
|
||||
"depth": 0,
|
||||
"timeout": 240,
|
||||
"timeout": 700,
|
||||
"blocked_actions": {
|
||||
"0": [],
|
||||
"1": []
|
||||
|
|
Loading…
Add table
Reference in a new issue