Skip to content

Commit

Permalink
fix(travis): extend timeout on translator spec
Browse files Browse the repository at this point in the history
  • Loading branch information
corymosiman12 committed Oct 26, 2020
1 parent 2a8f9b6 commit 9fbd067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# - $SH "bundle exec rspec spec/tests/model_articulation_test/weather_file_download_spec.rb" // fails sometimes due to connection issues, so we exclude it here
name: "Model Articulation Tests"
- script:
- travis_wait 40 $SH "bundle exec rspec spec/tests/translator_spec.rb"
- travis_wait 50 $SH "bundle exec rspec spec/tests/translator_spec.rb"
name: "Translator Spec"
- script:
- travis_wait 40 $SH "bundle exec rspec spec/tests/model_articulation_test/hospital_occupancy_type_spec.rb"
Expand Down

0 comments on commit 9fbd067

Please sign in to comment.