hyperv: Correct number of milliseconds in five minutes

This commit is contained in:
Sri Ramanujam 2017-07-28 12:23:26 -04:00 committed by Matthias Bolte
parent b343f5d678
commit 97197ce243

View 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");