From: Keith Busch Date: Fri, 27 Oct 2017 16:35:51 +0000 (-0600) Subject: Increase default format timeout X-Git-Tag: v1.5~38 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0a8acd7985ea4dadc74b2dccd141200f6f0336e9;p=users%2Fsagi%2Fnvme-cli.git Increase default format timeout Some formats take a while, and that's okay. Don't make users remember to increase the timeout size for it. Signed-off-by: Keith Busch --- diff --git a/nvme.c b/nvme.c index 57eeb189..9ac6a3c0 100644 --- a/nvme.c +++ b/nvme.c @@ -1718,7 +1718,7 @@ static int format(int argc, char **argv, struct command *cmd, struct plugin *plu struct config cfg = { .namespace_id = 0xffffffff, - .timeout = 120000, + .timeout = 600000, .lbaf = 0xff, .ses = 0, .pi = 0,