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