From 9682ed9aaa4de9a0d9459eb6e51a27a2702b7f83 Mon Sep 17 00:00:00 2001
From: iceman1001 <iceman@iuse.se>
Date: Mon, 16 Jan 2017 22:39:33 +0100
Subject: [PATCH] CHG: increased the t55xx writeblock timeout

---
 client/cmdlft55xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c
index 8342bf08a..5eff8ac1c 100644
--- a/client/cmdlft55xx.c
+++ b/client/cmdlft55xx.c
@@ -995,7 +995,7 @@ int CmdT55xxWriteBlock(const char *Cmd) {
 	}
 	clearCommandBuffer();
 	SendCommand(&c);
-	if (!WaitForResponseTimeout(CMD_ACK, &resp, 1000)){
+	if (!WaitForResponseTimeout(CMD_ACK, &resp, 1500)){
 		PrintAndLog("Error occurred, device did not ACK write operation. (May be due to old firmware)");
 		return 0;
 	}