summaryrefslogtreecommitdiff
path: root/tests/format/variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/variables.py')
-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")