| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry, something went wrong.
|
@mortharia sorry for letting it stale. Could you please change the test to not use Thread.sleeps? Thank you! |
Sorry, something went wrong.
| assertThat(container.getId(), not(is(emptyString()))); | ||
|
|
||
| dockerRule.getClient().startContainerCmd(container.getId()).exec(); | ||
| Thread.sleep(5000); |
There was a problem hiding this comment.
Use Awaitility instead
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
fix #1427
This change is