Skip to content

Commit

Permalink
Increase timeout to prevent delays causing test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Mackenzie committed Feb 10, 2020
1 parent 66f0974 commit 6386122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/format/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(30, 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")
Expand Down

0 comments on commit 6386122

Please sign in to comment.