Skip to content

Commit

Permalink
Increase flexible server timeout limit
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 562034665
raymond13513 authored and copybara-github committed Sep 1, 2023
1 parent 56690f4 commit d0699f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions perfkitbenchmarker/providers/azure/azure_flexible_server.py
Original file line number Diff line number Diff line change
@@ -38,14 +38,12 @@

IS_READY_TIMEOUT = 60 * 60 * 1 # 1 hour (might take some time to prepare)

# Longest time recorded is 20 minutes when
# creating STANDARD_D64_V3 - 12/02/2020
# The Azure command timeout with the following error message:
#
# Deployment failed. Correlation ID: fcdc3c76-33cc-4eb1-986c-fbc30ce7d820.
# The operation timed out and automatically rolled back.
# Please retry the operation.
CREATE_AZURE_DB_TIMEOUT = 60 * 30
CREATE_AZURE_DB_TIMEOUT = 60 * 120


class AzureFlexibleServer(azure_relational_db.AzureRelationalDb):

0 comments on commit d0699f3

Please sign in to comment.