Skip to content

Commit

Permalink
fixes setup w/o WEBSERVER_RESOURCE_DELETION_TIMEOUT_SECONDS
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Mar 15, 2022
1 parent 2cb3c81 commit 20ebf05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/web/server/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ def _default_app_config_for_integration_tests(
test_environ["WEBSERVER_LOGLEVEL"] = "WARNING"
test_environ["OSPARC_SIMCORE_REPO_ROOTDIR"] = f"{osparc_simcore_root_dir}"

# NOTE: removed from webserver_environ after split with GC
test_environ["WEBSERVER_GARBAGE_COLLECTION_INTERVAL_SECONDS"] = "30"

# recreate config-file
config_template = Template(default_app_config_integration_file.read_text())
config_text = config_template.substitute(**test_environ)
Expand Down

0 comments on commit 20ebf05

Please sign in to comment.