Skip to content

Commit

Permalink
Extending connection retry before error to 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
momchil-flex committed Aug 17, 2023
1 parent bc60100 commit bde37c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidy3d/web/webapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
SIM_FILE_JSON = "simulation.json"

# number of seconds to keep re-trying connection before erroring
CONNECTION_RETRY_TIME = 30
CONNECTION_RETRY_TIME = 180


def wait_for_connection(decorated_fn=None, wait_time_sec: float = CONNECTION_RETRY_TIME):
Expand Down

0 comments on commit bde37c2

Please sign in to comment.