Skip to content

Commit

Permalink
fix(tests): fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Aug 5, 2024
1 parent 26395d1 commit 7d64edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
EXE_NAME = "AntaresWebServer.exe" if os.name == "nt" else "AntaresWebServer"
"""Name of the executable file for the Antares web server."""

SPAWN_TIMEOUT = 1
SPAWN_TIMEOUT = 10
"""Timeout in seconds to wait for the server process to start."""

SERVER_TIMEOUT = 2
SERVER_TIMEOUT = 10
"""Timeout in seconds to wait for the server to be ready."""


Expand Down

0 comments on commit 7d64edc

Please sign in to comment.