tests: bump instance operation timeout to 240 seconds#525
Conversation
Likewise for samples instance creation.
|
Ugh, at this point the |
Unfortunately, backup creation and database restores are run as low priority so they can often take a long time if higher priority operations come in. We use 10 minute timeouts for backup creation and 20 minutes for database restores. Unfortunately, these will occasionally fail as there is no guarantee they will complete within this time.
This is likely related to the above point. There are currently two restores and five backup creations which may account for this long execution time as currently the backup test do not specify a timeout when waiting for a result (e.g. |
Toward #524.