Skip to content

Commit

Permalink
Increase couchbase connection timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Dec 22, 2022
1 parent 9562a2c commit 532fed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*
* @author Eddú Meléndez
*/
@DataCouchbaseTest
@DataCouchbaseTest(properties = "spring.couchbase.env.timeouts.connect=2m")
@Testcontainers(disabledWithoutDocker = true)
class DataCouchbaseTestIntegrationTests {

Expand Down

0 comments on commit 532fed3

Please sign in to comment.