Skip to content

Commit

Permalink
updated upcload deployment script timing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Oct 2, 2020
1 parent 76e4462 commit 4199800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
* Corrected a spelling error in the file path that the Docker image looks for the JSON configuration.
* Adjusted the timing of the UpCloud deployment script to better handle timing variation in the cloud service.
* Fixed a bug in the UpCloud deployment script that manifested when the configuration filepath has spaces in it.
* Changed `localhost` references to `127.0.0.1` to prevent IPv6 resolution.

## [0.3.1]
### Added
Expand Down
2 changes: 2 additions & 0 deletions deployment-scripts/upcloud-deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ def print_help():
)

# wait for the server to finish booting and installing docker
print('Waiting 8 minutes for server set up to complete ...')
time.sleep(60)
print('Waiting 7 minutes for server set up to complete ...')
time.sleep(60)
print('Waiting 6 minutes for server set up to complete ...')
Expand Down

0 comments on commit 4199800

Please sign in to comment.