Element-34/py.saunter

SauceLabs tests timeout when get_log is set to true in saunter.ini

Opened this issue · 0 comments

in saunter.ini when the [SauceLabs] section includes
ondemand: true
and
get_log: true

tests result in "Error" with the message "Test did not see a new command for 90 seconds. Timing out."
stacktrace:
https://gist.github.com/carolmirakove/d9ef757929a5942026bd

When you change saunter.ini to
get_log: false
then test results are Pass/Fail as expected.