Skip to content

Commit

Permalink
test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dzurikmiroslav committed Dec 30, 2024
1 parent 3713a4d commit 60c3bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_app/main/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ paramstring1 = "init"
paramnumber1 = "init"
paramboolean1 = "init"

print(package.path, package.cpath)

addcomponent({
id = "component1",
name = "Test component 1",
Expand Down
2 changes: 2 additions & 0 deletions test_app/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# only the files with prefix `test_` would be recognized as pytest test scripts.
python_files = test_*.py

timeout = 300

# additional options for pytest
addopts =
-s
Expand Down

0 comments on commit 60c3bf4

Please sign in to comment.