Skip to content

Commit

Permalink
test: add per-test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
psergee committed Jan 18, 2024
1 parent c4ce6ee commit 5268694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ markers =
slow: marks tests as slow (deselect with '-m "not slow"')
slow_ee: marks ee tests as slow (deselect with '-m "not slow_ee"')
notarantool: marks tests that must be invoked without pre-installed tarantool (deselect with '-m "not notarantool"')

# Max test duration is 15 minutes.
timeout = 900
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ netifaces==0.11.0
etcd3==0.12.0
protobuf==3.20.3
importlib-metadata<4.3
pytest-timeout==2.2.0

0 comments on commit 5268694

Please sign in to comment.