|
@@ -1188,7 +1188,7 @@ int Send_CCS_download_finish(int canfd,unsigned int Slave_Addr)
|
|
|
|
|
|
struct timeval timer;
|
|
struct timeval timer;
|
|
gettimeofday(&timer, NULL);
|
|
gettimeofday(&timer, NULL);
|
|
- unsigned long ack_timeout = 30 * 60 * 1000 * 1000; //30 minutes
|
|
|
|
|
|
+ unsigned long ack_timeout = 5 * 60 * 1000 * 1000; //5 minutes
|
|
|
|
|
|
while (getTimeoutValue(timer) < ack_timeout)
|
|
while (getTimeoutValue(timer) < ack_timeout)
|
|
{
|
|
{
|