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

Feat/Kinto-E2E #223

Merged
merged 24 commits into from
May 27, 2024
Merged

Feat/Kinto-E2E #223

merged 24 commits into from
May 27, 2024

Conversation

mouseless-eth
Copy link
Member

No description provided.

Comment on lines 59 to 67
while (
!(await fetch(`http://127.0.0.1:${altoPort}/health`)
.then((res) => res.ok)
.catch(() => false))
) {
// biome-ignore lint/suspicious/noConsoleLog:
console.log("Waiting for alto setup...")
await sleep(500)
}
Copy link
Member

Choose a reason for hiding this comment

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

don't you think we need some timeout or max retries here? i see global timeout in CI job, but anyway

@pavlovdog pavlovdog self-requested a review May 27, 2024 11:57
@mouseless-eth mouseless-eth merged commit 02e0648 into main May 27, 2024
5 checks passed
@mouseless-eth mouseless-eth deleted the feat/kinto-e2e branch May 27, 2024 18:50
@mouseless-eth mouseless-eth restored the feat/kinto-e2e branch May 29, 2024 14:35
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