]> git.puffer.fish Git - mirror/frr.git/commit
tests: When heavily loaded do not send SIGBUS so fast 9855/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 20 Oct 2021 12:02:10 +0000 (08:02 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 20 Oct 2021 12:02:10 +0000 (08:02 -0400)
commite9a59a2a597c08f2141e10c848a9feb73956bd8b
tree06ef9f39379a3a7d45cfc166736a2a85d3e2fc5e
parent6865ffa758d358ba2ed1f94bef9ad53b05652db9
tests: When heavily loaded do not send SIGBUS so fast

Our topotests send SIGBUS 2 seconds after a SIGTERM is
initiated.  This is bad because under a heavily loaded
topotest system we may have a case where the system has
not had a chance to properly shut down the daemon.
Extend the time greatly before topotests send SIGBUS.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/topotest.py