Skip to content

Commit

Permalink
Adding individual timeouts to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Dec 10, 2024
1 parent 8816be7 commit cae8493
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions data/saas/dataset/stripe_dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dataset:
fields:
- name: id
data_categories: [system.operations]
fidesops_meta:
read_only: True
data_type: string
- name: object
Expand Down Expand Up @@ -615,6 +616,7 @@ dataset:
fields:
- name: id
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: object
data_categories: [system.operations]
Expand Down Expand Up @@ -710,6 +712,7 @@ dataset:
fields:
- name: id
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: object
data_categories: [system.operations]
Expand Down Expand Up @@ -748,6 +751,7 @@ dataset:
fields:
- name: id
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: object
data_categories: [system.operations]
Expand Down Expand Up @@ -915,6 +919,7 @@ dataset:
fields:
- name: id
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: object
data_categories: [system.operations]
Expand Down Expand Up @@ -948,6 +953,7 @@ dataset:
fields:
- name: id
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: object
data_categories: [system.operations]
Expand Down Expand Up @@ -1223,6 +1229,7 @@ dataset:
fields:
- name: id
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: object
data_categories: [system.operations]
Expand Down Expand Up @@ -1310,6 +1317,7 @@ dataset:
fields:
- name: id
data_categories: [system.operations]
fidesops_meta:
data_type: string
- name: object
data_categories: [system.operations]
Expand Down
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ mypy==1.10.0
nox==2022.8.7
pre-commit==2.20.0
pylint==3.2.5
pytest==7.2.2
pytest-asyncio==0.19.0
pytest-cov==4.0.0
pytest-env==0.6.2
pytest-mock==3.14.0
pytest-rerunfailures==14.0
pytest==7.2.2
pytest-timeout==2.3.1
requests-mock==1.10.0
setuptools>=64.0.2
sqlalchemy-stubs==0.4
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ addopts = [
"--no-cov-on-fail",
"-ra",
"-vv",
"--disable-pytest-warnings"
"--disable-pytest-warnings",
"--timeout=300"
]
markers = [
"unit: only runs tests that don't require non-python dependencies (i.e. a database)",
Expand Down

0 comments on commit cae8493

Please sign in to comment.