longer timeouts

This commit is contained in:
Isadora White 2025-03-09 14:36:53 -07:00
parent 5b95b2f816
commit 0ee122fb4e
3 changed files with 5 additions and 5 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -29,7 +29,7 @@
} }
}, },
"type": "debug", "type": "debug",
"timeout": 15 "timeout": 30
}, },
"debug_different_goal": { "debug_different_goal": {
"goal": { "goal": {

View file

@ -16,7 +16,7 @@
"type": "techtree", "type": "techtree",
"max_depth": 2, "max_depth": 2,
"depth": 0, "depth": 0,
"timeout": 240, "timeout": 700,
"blocked_actions": { "blocked_actions": {
"0": [ "0": [
"!getCraftingPlan" "!getCraftingPlan"
@ -44,7 +44,7 @@
"type": "techtree", "type": "techtree",
"max_depth": 1, "max_depth": 1,
"depth": 0, "depth": 0,
"timeout": 240, "timeout": 700,
"blocked_actions": { "blocked_actions": {
"0": [ "0": [
"!getCraftingPlan" "!getCraftingPlan"
@ -75,7 +75,7 @@
"type": "techtree", "type": "techtree",
"max_depth": 1, "max_depth": 1,
"depth": 0, "depth": 0,
"timeout": 240, "timeout": 700,
"blocked_actions": { "blocked_actions": {
"0": [], "0": [],
"1": [] "1": []
@ -102,7 +102,7 @@
"type": "techtree", "type": "techtree",
"max_depth": 3, "max_depth": 3,
"depth": 0, "depth": 0,
"timeout": 240, "timeout": 700,
"blocked_actions": { "blocked_actions": {
"0": [], "0": [],
"1": [] "1": []