Skip to content

Commit

Permalink
python 3.9 on Windows not finishing in 10 min, increased timeout to 3…
Browse files Browse the repository at this point in the history
…0 min for wait for status

Issue #239
  • Loading branch information
damies13 committed Oct 18, 2024
1 parent add11e4 commit f78fe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Click Dialog Button
# Take A Screenshot

Wait For Status
[Arguments] ${status} ${timeout}=600
[Arguments] ${status} ${timeout}=1800
${statusl}= Convert To Lower Case ${status}
${img}= Set Variable reporter_${platform}_status_${statusl}.png
Log ${CURDIR}
Expand Down

0 comments on commit f78fe5b

Please sign in to comment.