summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-08-03 10:01:06 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-03 10:01:06 +0000
commitb4a5df28972eb7191d703f0ad14aa2b522f7d036 (patch)
tree22edfa424f799a74fb14b23fa8bae11c91b13dfd
parent7f0e0205c066f6ad3e4cb2cb8d719c8022d68ab9 (diff)
parent8fdcef563c97e201ded182de647e30f4ac410599 (diff)
downloadbuildstream-b4a5df28972eb7191d703f0ad14aa2b522f7d036.tar.gz
Merge branch 'tristan/increase-timeout-variables-test' into 'master'
tests/format/variables.py: Increase timeout See merge request BuildStream/buildstream!2008
-rw-r--r--tests/format/variables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format/variables.py b/tests/format/variables.py
index 2f436fc75..38f35037c 100644
--- a/tests/format/variables.py
+++ b/tests/format/variables.py
@@ -97,7 +97,7 @@ def test_undefined(cli, datafiles, element, provenance):
],
ids=["simple", "simple-text", "indirect", "self-reference"],
)
-@pytest.mark.timeout(15, method="signal")
+@pytest.mark.timeout(30, method="signal")
@pytest.mark.datafiles(os.path.join(DATA_DIR, "cyclic_variables"))
def test_circular_reference(cli, datafiles, element, provenances):
print_warning("Performing cyclic test, if this test times out it will exit the test sequence")