X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/890ae3dd439e4ff5fab19414a1b8d632d2ec01b9..91d4cda48bfd0e6d17e4d02f852a3c80cc8470cc:/client/cmdlfawid.c diff --git a/client/cmdlfawid.c b/client/cmdlfawid.c index 7af8dec2..cd494dbb 100644 --- a/client/cmdlfawid.c +++ b/client/cmdlfawid.c @@ -258,7 +258,7 @@ int CmdAWIDClone(const char *Cmd) { c.arg[1] = i; clearCommandBuffer(); SendCommand(&c); - if (!WaitForResponseTimeout(CMD_ACK, &resp, 1000)){ + if (!WaitForResponseTimeout(CMD_ACK, &resp, 1500)){ PrintAndLog("Error occurred, device did not respond during write operation."); return -1; }