host.takeScreenshot
& host.runProcess
(do not) time out
#724
Labels
bug
Something isn't working
needs more info
Looks valid, but more info is needed
platform: ios
iOS is affected
When running this code from the examples:
Or this code:
On macOS on an iOS simulator using
patrol drive
, the tests continue running forever.That is the screenshot is never taken (no file is generated) and the host process is never executed (does not take action).
It seems that this line:
patrol/packages/patrol/lib/src/binding.dart
Line 161 in a7dfa43
Halts the tests forever. I did notice this comment:
patrol/packages/patrol/lib/src/host/host_automator.dart
Line 38 in a7dfa43
However, the process is also never executed. So adding a timeout would not fix the underlying problem in my case.
The text was updated successfully, but these errors were encountered: