-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporarily increase timeouts #650
Conversation
tests/test_postgres.py
Outdated
@@ -87,6 +88,9 @@ def test_postgres_db_env_vars( | |||
pg_user: Optional[str], | |||
password: str, | |||
username: Optional[str], | |||
healthcheck_timeout: timedelta( | |||
seconds=180 | |||
), # FIXME https://github.com/SUSE/BCI-tests/issues/647 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
), # FIXME https://github.com/SUSE/BCI-tests/issues/647 | |
) if LOCALHOST.system_info.arch == "ppc64le" else None , # FIXME https://github.com/SUSE/BCI-tests/issues/647 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check again @dirkmueller , this was the wrong place for the healthcheck_timeout
and in the outer scope LOCALHOST
is not available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, you need to import it .. I'll push a followup commit
Increase the timeouts for container startup temporarily due to the need of using emulated ppc workers.
Increase the timeouts for container startup temporarily due to the need of using emulated ppc workers.
[CI:TOXENVS] postgres,mariadb