topola/tests/multilayer/astable_multivibrator
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
..
astable_multivibrator.dsn test: Add astable_multivibrator test project (no testing code yet) 2025-09-20 23:20:11 +02:00
astable_multivibrator.kicad_pcb test: Add astable_multivibrator test project (no testing code yet) 2025-09-20 23:20:11 +02:00
astable_multivibrator.kicad_prl test: Add astable_multivibrator test project (no testing code yet) 2025-09-20 23:20:11 +02:00
astable_multivibrator.kicad_pro test: Add astable_multivibrator test project (no testing code yet) 2025-09-20 23:20:11 +02:00
astable_multivibrator.kicad_sch test: Add astable_multivibrator test project (no testing code yet) 2025-09-20 23:20:11 +02: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