Skip to content

Commit

Permalink
new updation
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathinew authored and parvathinew committed Sep 4, 2024
1 parent fba9957 commit 8371141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkManagerRDKProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ namespace WPEFramework
usleep(500*1000);
retry++;
}
}while((retVal != IARM_RESULT_SUCCESS) && (retry < 10));
}while((retVal != IARM_RESULT_SUCCESS) && (retry < 3));

if(retVal != IARM_RESULT_SUCCESS)
{
Expand Down

0 comments on commit 8371141

Please sign in to comment.