Skip to content
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

Merged
merged 3 commits into from
Nov 13, 2024
Merged

Temporarily increase timeouts #650

merged 3 commits into from
Nov 13, 2024

Conversation

grisu48
Copy link
Contributor

@grisu48 grisu48 commented Nov 13, 2024

Increase the timeouts for container startup temporarily due to the need of using emulated ppc workers.

[CI:TOXENVS] postgres,mariadb

tests/test_postgres.py Outdated Show resolved Hide resolved
tests/test_postgres.py Outdated Show resolved Hide resolved
@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
), # 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

Copy link
Contributor Author

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.

Copy link
Member

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.
@dirkmueller dirkmueller merged commit 6ed899c into SUSE:main Nov 13, 2024
127 of 138 checks passed
@grisu48 grisu48 deleted the timeouts branch November 13, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants