Skip to content

Commit

Permalink
fix(install): increase again waiting time
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Nov 22, 2024
1 parent bdb6e67 commit 574d396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares_web_installer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
SERVER_ADDRESS = "http://127.0.0.1:8080"
HEALTHCHECK_ADDRESS = f"{SERVER_ADDRESS}/api/health"

MAX_SERVER_START_TIME = 60
MAX_SERVER_START_TIME = 120


class InstallError(Exception):
Expand Down

0 comments on commit 574d396

Please sign in to comment.