Skip to content

Commit

Permalink
changing task_retries=40
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthmanT committed Jul 4, 2016
1 parent 529c91d commit 4c039b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
plugins:
pkg:
executor: central_deployment_agent
source: https://github.com/cloudify-cosmo/cloudify-azure-plugin/archive/master.zip
source: https://github.com/cloudify-cosmo/cloudify-azure-plugin/archive/1.4.zip
package_name: cloudify-azure-plugin
package_version: '1.4'

Expand Down Expand Up @@ -1039,7 +1039,7 @@ node_types:
default: powershell -ExecutionPolicy Unrestricted -file ps_enable_winrm_http.ps1
file_uris:
default:
- https://raw.githubusercontent.com/01000101/cloudify-azure-plugin/rebuild/scripts/ps_enable_winrm_http.ps1
- https://raw.githubusercontent.com/cloudify-cosmo/cloudify-azure-plugin/1.4/scripts/ps_enable_winrm_http.ps1
delete: pkg.cloudify_azure.resources.compute.virtualmachine.delete

cloudify.azure.nodes.compute.VirtualMachineExtension:
Expand Down
2 changes: 1 addition & 1 deletion system_tests/local/azure_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_local(self):

self.localenv.execute('install', task_retries=40)
self.post_install_assertions()
self.localenv.execute('uninstall', task_retries=5)
self.localenv.execute('uninstall', task_retries=40)
self.post_uninstall_assertions()

@property
Expand Down

0 comments on commit 4c039b9

Please sign in to comment.