|
@@ -236,9 +236,9 @@ namespace AwInitilizer.Procedure.ButtonStatusCheck
|
|
|
private async Task<ButtonStatus> WaitAndtGetPressBtn()
|
|
|
{
|
|
|
ButtonStatus pressStatus = null;
|
|
|
- //retry 20 times, 20*0.5 = 10 seconds
|
|
|
+ //retry 60 times, 60*0.5 = 30 seconds
|
|
|
int testCnt;
|
|
|
- for (testCnt = 0; testCnt < 20; testCnt++)
|
|
|
+ for (testCnt = 0; testCnt < 60; testCnt++)
|
|
|
{
|
|
|
await Task.Delay(500);
|
|
|
pressStatus = await GetButtonStatus();
|