Attempt to fix migration spec failures by increasing parallelism

This commit is contained in:
Nick Thomas 2019-06-27 16:34:46 +01:00
parent db6a6d29c0
commit 859594a88d
No known key found for this signature in database
GPG Key ID: 2A313A47AFADACE9
1 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ setup-test-env:
rspec unit pg:
<<: *rspec-metadata-pg
parallel: 20
parallel: 25
rspec integration pg:
<<: *rspec-metadata-pg
@ -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