topola/tests
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
..
common refactor(autorouter/autorouter): Store terminating dots in configuration instead of ratsnest 2025-10-24 03:48:35 +02:00
multilayer test: Update test command files to fix CI failures due to missing JSON fields 2025-11-04 23:28:01 +01:00
single_layer test: Update test command files to fix CI failures due to missing JSON fields 2025-11-04 23:28:01 +01:00
multilayer.rs test: Add stable multivibrator test, the first multilayer autorouting test 2025-10-20 00:30:44 +02:00
single_layer.rs test: Add stable multivibrator test, the first multilayer autorouting test 2025-10-20 00:30:44 +02:00