topola/tests/single_layer/tht_de9_to_tht_de9
Mikolaj Wielgus f7f2e8f422 test: Update test command files to fix CI failures due to missing JSON fields
Commands used (Fish shell):

```
for f in tests/**.cmd; jq '(.done[] |
select(.MultilayerAutoroute).MultilayerAutoroute[1].planar.timeout) =
{"initial": 1.0, "progress_bonus": 0.005}' $f | sponge $f; end

for f in tests/**.cmd; jq '(.done[] |
select(.MultilayerAutoroute).MultilayerAutoroute[1].timeout) =
{"initial": 5.0, "progress_bonus": 0.5}' $f | sponge $f; end

for f in tests/**.cmd; jq '(.done[] |
select(.Autoroute).Autoroute[1].timeout) |= {"initial": 1.0,
"progress_bonus": 0.005}' $f | sponge $f; end
```
2025-11-04 23:28:01 +01:00
..
autoroute_all.cmd test: Update test command files to fix CI failures due to missing JSON fields 2025-11-04 23:28:01 +01:00
autoroute_all_in_predefined_order.cmd test: Update test command files to fix CI failures due to missing JSON fields 2025-11-04 23:28:01 +01:00
tht_de9_to_tht_de9.dsn tests: add forgotten files (again) 2024-09-27 18:27:27 +02:00
tht_de9_to_tht_de9.kicad_pcb tests: add forgotten files (again) 2024-09-27 18:27:27 +02:00
tht_de9_to_tht_de9.kicad_prl tests: add forgotten files (again) 2024-09-27 18:27:27 +02:00
tht_de9_to_tht_de9.kicad_pro tests: add forgotten files (again) 2024-09-27 18:27:27 +02:00
tht_de9_to_tht_de9.kicad_sch tests: add forgotten files (again) 2024-09-27 18:27:27 +02:00