summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")