]> git.puffer.fish Git - mirror/frr.git/commit
tests: relax requirements for test_static_timing 9830/head
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 13 Oct 2021 21:13:57 +0000 (00:13 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 20 Oct 2021 22:04:44 +0000 (01:04 +0300)
commite57c66d5e93af4c9ab4c9fa1f49864e7d169a5ca
tree41a76193980c6320d3d3c1f2f7ab43521971d90f
parent925d7f925ba098d7c0df84f8af65666de1be2db1
tests: relax requirements for test_static_timing

When the CI system is heavily loaded, we might see the following failures:

```
test failed at "test_config_timing/test_static_timing": assert 20.083204 <= 19.487716
```

Currently we allow each step to run 2 times slower than the initial
measurement. Let's allow them to run 3 times slower.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
tests/topotests/config_timing/test_config_timing.py