Skip to content

Commit

Permalink
Fix wait strategy for storage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Jun 19, 2024
1 parent abc0838 commit 4d4c3dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ class RemoteStorageContainer(storageVersion: String, rootVolume: Path)
addEnv("CONFIG_FORCE_app_storage_root__volume", "/app")
withCopyToContainer(MountableFile.forHostPath(rootVolume.toString, Integer.getInteger("777")), "/app")
addExposedPort(8080)
setWaitStrategy(Wait.forLogMessage(".*Bound\\sto\\s0\\.0\\.0\\.0.*", 1))
setWaitStrategy(Wait.forLogMessage(".*Bound\\sto.*", 1))
}

0 comments on commit 4d4c3dc

Please sign in to comment.