DEFRA / ruby-services-team

Guides, info and issue management for the Ruby Services team
Other
1 stars 3 forks source link

Investigate how to reduce running time of specs on travis #61

Closed cintamani closed 5 years ago

cintamani commented 5 years ago

On the wex engine we moved from 3.5 minutes per run to over 5 minutes. Even if 5 minutes is still an acceptable time, we have to find a way to reduce that sooner or later, as that time can only get bigger since we are actively developing new feature in the engine. There are ways we can improve the waiting time by taking advantage of parallel Rspec testing. Hence this issue is for looking at that :)