summaryrefslogtreecommitdiff
path: root/tests/format
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-04-24 08:35:48 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-04-24 08:35:48 +0000
commitbacc060cfcf32cdb696ce1a3ef195ea9bed0d8c1 (patch)
tree53a5dda9c50eff0a0659e370776e1371a62650bd /tests/format
parent63b9c7ea11da4e4fb19d6822649116769d224963 (diff)
parent350880fbb36a6f6bc4704a589309e1239a88fb7d (diff)
downloadbuildstream-bacc060cfcf32cdb696ce1a3ef195ea9bed0d8c1.tar.gz
Merge branch 'juerg/test-timeouts' into 'master'
Increase test timeouts See merge request BuildStream/buildstream!1884
Diffstat (limited to 'tests/format')
-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 11a34ee07..ecc1e2b12 100644
--- a/tests/format/variables.py
+++ b/tests/format/variables.py
@@ -61,7 +61,7 @@ def test_missing_variable(cli, datafiles, element):
result.assert_main_error(ErrorDomain.LOAD, LoadErrorReason.UNRESOLVED_VARIABLE)
-@pytest.mark.timeout(3, method="signal")
+@pytest.mark.timeout(15, method="signal")
@pytest.mark.datafiles(os.path.join(DATA_DIR, "cyclic_variables"))
def test_cyclic_variables(cli, datafiles):
print_warning("Performing cyclic test, if this test times out it will " + "exit the test sequence")