Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Icrease timeout for 6.3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Kaczmarczyk committed Jul 2, 2018
1 parent 7f1dc71 commit a5d2a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EmbeddedElasticSpec extends EmbeddedElasticCoreApiBaseSpec {
.withTemplate(CARS_TEMPLATE_NAME, CARS_TEMPLATE_6x)
.withIndex(CARS_INDEX_NAME)
.withIndex(BOOKS_INDEX_NAME, BOOKS_INDEX)
.withStartTimeout(1, MINUTES)
.withStartTimeout(2, MINUTES)
.build()
.start()

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package pl.allegro.tech.embeddedelasticsearch

import static java.util.concurrent.TimeUnit.MINUTES

class PluginsInstallationSpec extends PluginsInstallationBaseSpec {

static final HTTP_PORT_VALUE = 9200
Expand All @@ -9,6 +11,7 @@ class PluginsInstallationSpec extends PluginsInstallationBaseSpec {
.withElasticVersion("6.3.0")
.withEsJavaOpts("-Xms128m -Xmx512m")
.withSetting(PopularProperties.HTTP_PORT, HTTP_PORT_VALUE)
.withStartTimeout(2, MINUTES)
}

@Override
Expand Down

0 comments on commit a5d2a31

Please sign in to comment.