[libvirt] [PATCH] hyperv: Correct number of milliseconds in five minutes

Sri Ramanujam posted 1 patch 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170728162326.4714-1-sramanujam@datto.com
src/hyperv/hyperv_wmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] hyperv: Correct number of milliseconds in five minutes
Posted by Sri Ramanujam 6 years, 9 months ago
---
 src/hyperv/hyperv_wmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hyperv/hyperv_wmi.c b/src/hyperv/hyperv_wmi.c
index 57125ae..33ad964 100644
--- a/src/hyperv/hyperv_wmi.c
+++ b/src/hyperv/hyperv_wmi.c
@@ -42,7 +42,7 @@
 
 #define VIR_FROM_THIS VIR_FROM_HYPERV
 
-#define HYPERV_JOB_TIMEOUT_MS 5000
+#define HYPERV_JOB_TIMEOUT_MS 300000
 
 VIR_LOG_INIT("hyperv.hyperv_wmi");
 
-- 
2.9.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] hyperv: Correct number of milliseconds in five minutes
Posted by Matthias Bolte 6 years, 8 months ago
2017-07-28 18:23 GMT+02:00 Sri Ramanujam <sramanujam@datto.com>:
> ---
>  src/hyperv/hyperv_wmi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/hyperv/hyperv_wmi.c b/src/hyperv/hyperv_wmi.c
> index 57125ae..33ad964 100644
> --- a/src/hyperv/hyperv_wmi.c
> +++ b/src/hyperv/hyperv_wmi.c
> @@ -42,7 +42,7 @@
>
>  #define VIR_FROM_THIS VIR_FROM_HYPERV
>
> -#define HYPERV_JOB_TIMEOUT_MS 5000
> +#define HYPERV_JOB_TIMEOUT_MS 300000
>
>  VIR_LOG_INIT("hyperv.hyperv_wmi");

ACK and pushed, thanks.

-- 
Matthias Bolte
http://photron.blogspot.com

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list