diff --git a/test/ci-bootstrap.py b/test/ci-bootstrap.py index 72f8e14376118716abe429c54a4b336b42d76e18..a0ab528248e66a9e596dbc55f8d76a890af17145 100755 --- a/test/ci-bootstrap.py +++ b/test/ci-bootstrap.py @@ -87,7 +87,7 @@ if __name__ == "__main__": ssh_key_id=args.ssh_key_id, region='ams1', size=2048, - disk=5, + disk=8, image=18) id = droplet['droplet']['id'] print('Created droplet id:', id)