Skip to content

Commit

Permalink
test reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Apr 21, 2024
1 parent 034b6f3 commit eba9ffe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ abstract class BaseOracleTest : BaseTest() {
init {
// Configure the container.
usingSid()
withReuse(true)
withCreateContainerCmdModifier { cmd -> cmd.hostConfig?.withShmSize((1 * 1024 * 1024 * 1024).toLong()) }

// Start the container when it's first used.
Expand Down

0 comments on commit eba9ffe

Please sign in to comment.