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

Refactore integration tests that they don't use Thread.sleep anymore #620

Open
arolfes opened this issue Nov 24, 2023 · 0 comments · May be fixed by #628
Open

Refactore integration tests that they don't use Thread.sleep anymore #620

arolfes opened this issue Nov 24, 2023 · 0 comments · May be fixed by #628
Assignees

Comments

@arolfes
Copy link
Contributor

arolfes commented Nov 24, 2023

The integrationtests takes very long time because of hard coded Thread.sleep()

Switch to Awaitibility reduces the test time over 2 minutes.

@arolfes arolfes self-assigned this Nov 24, 2023
arolfes added a commit to arolfes/TaskanaAdapter that referenced this issue Nov 24, 2023
replace all Thread.sleep calls with better Awaitility.await
arolfes added a commit to arolfes/TaskanaAdapter that referenced this issue Nov 28, 2023
replace all Thread.sleep calls with better Awaitility.await
@arolfes arolfes linked a pull request Nov 28, 2023 that will close this issue
13 tasks
arolfes added a commit to arolfes/TaskanaAdapter that referenced this issue Nov 28, 2023
replace all Thread.sleep calls with better Awaitility.await
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 a pull request may close this issue.

1 participant