From 8fdcef563c97e201ded182de647e30f4ac410599 Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Mon, 3 Aug 2020 17:27:15 +0900 Subject: tests/format/variables.py: Increase timeout With sometimes very slow runners, this test has been found to timeout more often after the recent refactoring. Double the timeout to avoid erronously failing CI. --- tests/format/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1