summaryrefslogtreecommitdiff
path: root/zephyr/zmake/tests
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/tests')
-rw-r--r--zephyr/zmake/tests/test_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/zmake/tests/test_project.py b/zephyr/zmake/tests/test_project.py
index a47407e95e..03c9d3a917 100644
--- a/zephyr/zmake/tests/test_project.py
+++ b/zephyr/zmake/tests/test_project.py
@@ -32,7 +32,7 @@ class TemporaryProject(tempfile.TemporaryDirectory):
@hypothesis.given(sets_of_board_names)
-@hypothesis.settings(deadline=1000)
+@hypothesis.settings(deadline=None)
def test_find_dts_overlays(modules):
"""Test the functionality of find_dts_overlays with multiple
modules, each with sets of board names."""