]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
hyperv: Correct number of milliseconds in five minutes
authorSri Ramanujam <sramanujam@datto.com>
Fri, 28 Jul 2017 16:23:26 +0000 (12:23 -0400)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 7 Aug 2017 19:34:51 +0000 (21:34 +0200)
src/hyperv/hyperv_wmi.c

index 57125ae3dd19355cfd03cc146b72d8f40dcc1fc3..33ad9648b0a2ccc0d167951234110f750bcfc2fc 100644 (file)
@@ -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");