Skip to content

Commit

Permalink
Extend timeout (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Grigg committed Apr 5, 2024
1 parent 3ff0bfa commit b8ee9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/check_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
logger = logging.getLogger()

MAX_ATTEMPTS = 30
WAIT_TIME = 5
WAIT_TIME = 15


def block_until_server_is_ok(func):
Expand Down

0 comments on commit b8ee9ac

Please sign in to comment.