Commit 2d8475746aa399e33eabb4630d3e91302f63ea40

Authored by kosaniak
1 parent 1d9e5c85

Increase auction waiting time

@@ -744,8 +744,8 @@ Require Failure @@ -744,8 +744,8 @@ Require Failure
744 Можливість отримати посилання на аукціон для глядача 744 Можливість отримати посилання на аукціон для глядача
745 ${timeout_on_wait}= Get Broker Property By Username ${viewer} timeout_on_wait 745 ${timeout_on_wait}= Get Broker Property By Username ${viewer} timeout_on_wait
746 ${timeout_on_wait}= Set Variable If 746 ${timeout_on_wait}= Set Variable If
747 - ... ${timeout_on_wait} < ${120}  
748 - ... ${120} 747 + ... ${timeout_on_wait} < ${6000}
  748 + ... ${6000}
749 ... ${timeout_on_wait} 749 ... ${timeout_on_wait}
750 ${url}= Wait Until Keyword Succeeds 750 ${url}= Wait Until Keyword Succeeds
751 ... ${timeout_on_wait} 751 ... ${timeout_on_wait}
@@ -759,8 +759,8 @@ Require Failure @@ -759,8 +759,8 @@ Require Failure
759 Можливість отримати посилання на аукціон для учасника ${username} 759 Можливість отримати посилання на аукціон для учасника ${username}
760 ${timeout_on_wait}= Get Broker Property By Username ${username} timeout_on_wait 760 ${timeout_on_wait}= Get Broker Property By Username ${username} timeout_on_wait
761 ${timeout_on_wait}= Set Variable If 761 ${timeout_on_wait}= Set Variable If
762 - ... ${timeout_on_wait} < ${120}  
763 - ... ${120} 762 + ... ${timeout_on_wait} < ${6000}
  763 + ... ${6000}
764 ... ${timeout_on_wait} 764 ... ${timeout_on_wait}
765 ${url}= Wait Until Keyword Succeeds 765 ${url}= Wait Until Keyword Succeeds
766 ... ${timeout_on_wait} 766 ... ${timeout_on_wait}
Please register or login to post a comment