Skip to content

Commit

Permalink
trying to increase timeout for travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amilward committed Jul 26, 2017
1 parent cc18f12 commit 3dfb48d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ElasticSearchServiceSpec extends AbstractIntegrationSpec {


when:
BlockingVariables results = new BlockingVariables(60)
BlockingVariables results = new BlockingVariables(120)

elasticSearchService.unindex(dataModel).subscribe {
results.dataModelUnindexed = true
Expand Down

0 comments on commit 3dfb48d

Please sign in to comment.