Skip to content

Commit

Permalink
increased timeout of integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hundemeier committed Dec 4, 2022
1 parent 600e009 commit 27bc15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from collections import OrderedDict


@pytest.mark.timeout(5)
@pytest.mark.timeout(10)
@pytest.mark.integration_test
def test_integration():
logging.basicConfig(level=logging.DEBUG) # enable logging of sacn module
Expand Down

0 comments on commit 27bc15a

Please sign in to comment.