net/mlx5: Make command timeout way shorter
[linux-2.6-block.git] / include / linux / mlx5 / driver.h
index a815da92d4eb2dc73d35eec8360096d08f921354..3388a43b78f6ce83498f5e9083f0b2d7c2ee0cca 100644 (file)
@@ -54,7 +54,7 @@ enum {
        /* one minute for the sake of bringup. Generally, commands must always
         * complete and we may need to increase this timeout value
         */
-       MLX5_CMD_TIMEOUT_MSEC   = 7200 * 1000,
+       MLX5_CMD_TIMEOUT_MSEC   = 60 * 1000,
        MLX5_CMD_WQ_MAX_NAME    = 32,
 };