From 2a8f9b6315d6765a310495845c1b1f8f41603874 Mon Sep 17 00:00:00 2001 From: corymosiman12 Date: Fri, 23 Oct 2020 11:13:18 -0400 Subject: [PATCH] fix: travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ead7ec41..d5dc8b81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,8 @@ jobs: - $SH "bundle exec rspec spec/tests/model_articulation_test/site_spec.rb" # - $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: $SH "bundle exec rspec spec/tests/translator_spec.rb" + - script: + - travis_wait 40 $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"