summaryrefslogtreecommitdiff
path: root/tests/testutils/constants.py
blob: e95d4428e10c464f45ef5dc3f336b891dae55313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Constants used during BuildStream tests.


# Timeout for short interactive operations (in seconds).
#
# Use this for operations that are expected to finish within a short amount of
# time. Like `bst init`, `bst show` on a small project.
PEXPECT_TIMEOUT_SHORT = 30


# Timeout for longer interactive operations (in seconds).
#
# Use this for operations that are expected to take longer amounts of time,
# like `bst build` on a small project.
PEXPECT_TIMEOUT_LONG = 300