Skip to content

Commit

Permalink
Use 10 GB instances, the minimum. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Oct 31, 2017
1 parent e69edc6 commit c9b4ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/system-test/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ describe('Compute', function() {
mode: 'READ_ONLY',
initializeParams: {
diskName: generateName('disk'),
diskSizeGb: 2,
diskSizeGb: 10,
diskType: 'pd-standard',
sourceImage: [
'projects/centos-cloud/global/images/centos-6-v20150710',
Expand Down

0 comments on commit c9b4ef4

Please sign in to comment.