Skip to content
Snippets Groups Projects
Verified Commit 859594a8 authored by Nick Thomas's avatar Nick Thomas
Browse files

Attempt to fix migration spec failures by increasing parallelism

parent db6a6d29
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -139,7 +139,7 @@ setup-test-env:
 
rspec unit pg:
<<: *rspec-metadata-pg
parallel: 20
parallel: 25
 
rspec integration pg:
<<: *rspec-metadata-pg
Loading
Loading
@@ -152,7 +152,7 @@ rspec system pg:
rspec unit pg-10:
<<: *rspec-metadata-pg-10
<<: *only-schedules-master
parallel: 20
parallel: 25
 
rspec integration pg-10:
<<: *rspec-metadata-pg-10
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment