Skip to content

Commit

Permalink
fix: revert temp config
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidonos committed Oct 10, 2023
1 parent f9ed324 commit 0af0908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/

rootProject.name = "Samples"
rootProject.name = "samples"

pluginManagement {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public class Transfer04openTelemetryTest {
public static DockerComposeContainer environment =
new DockerComposeContainer(FileTransferSampleTestCommon.getFileFromRelativePath(SAMPLE_FOLDER + DOCKER_COMPOSE_YAML))
.withLocalCompose(true)
.withStartupTimeout(Duration.ofMinutes(1))
.waitingFor("consumer", Wait.forLogMessage(".*ready.*", 1));

@BeforeAll
Expand Down

0 comments on commit 0af0908

Please sign in to comment.