Skip to content

Commit

Permalink
PR lower dashboard launch timeout (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwadhwa authored Feb 13, 2023
1 parent 3f74268 commit b7d7354
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def get_conda_store_environments(query_package: str = ""):
)

# TODO: make timeouts configurable
c.VariableMixin.proxy_ready_timeout = 600
c.VariableMixin.proxy_request_timeout = 600
c.VariableMixin.proxy_ready_timeout = 300
c.VariableMixin.proxy_request_timeout = 300

home_username = f"/home/{os.getenv('PREFERRED_USERNAME')}"
c.CDSDashboardsConfig.extra_presentation_types = ["panel-serve"]
Expand Down

0 comments on commit b7d7354

Please sign in to comment.