A problem of waiting for Tool process to do something #692
-
I have the following problem; I have a target that contains: [PathExecutable(name: "docker-compose")] readonly Tool DockerCompose;
Now I have noticed on one of your sample projects that someone used: Thread.Sleep(ONE HOUR)
And it is ok, and it would solve my problem. But isn't there a better way for this? Cause I would like somehow to check the logs (Retry) (whether or not some particular log statement appeared) or something similar or smarter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What sample project? |
Beta Was this translation helpful? Give feedback.
What sample project?