Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMusch authored Oct 26, 2023
1 parent e058cbc commit 0183718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def deploy_app(app, password):
app.set_status('Creating database')
db = digital_ocean.create_database(app.name)

time.sleep(120)
time.sleep(5 * 60)

app.set_status('Creating server')
digital_ocean.create_app(app.name, password, db, app.repo_slug, app.branch)
Expand Down

0 comments on commit 0183718

Please sign in to comment.