
Signed-off-by: rshaw@neuralmagic.com <rshaw@neuralmagic.com> Signed-off-by: Andrew Feldman <afeldman@neuralmagic.com> Signed-off-by: Nick Hill <nhill@redhat.com> Co-authored-by: rshaw@neuralmagic.com <rshaw@neuralmagic.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com> Co-authored-by: Russell Bryant <rbryant@redhat.com> Co-authored-by: Andrew Feldman <afeldman@neuralmagic.com> Co-authored-by: afeldman-nm <156691304+afeldman-nm@users.noreply.github.com> Co-authored-by: Nick Hill <nhill@redhat.com>
6 lines
139 B
Python
6 lines
139 B
Python
# SPDX-License-Identifier: Apache-2.0
|
|
"""Shutdown test utils"""
|
|
|
|
SHUTDOWN_TEST_TIMEOUT_SEC = 120
|
|
SHUTDOWN_TEST_THRESHOLD_BYTES = 2 * 2**30
|