You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
playbook: /home/travis/build/ansible/molecule/test/scenarios/driver/docker/molecule/multi-node/playbook.yml
--> Scenario: 'multi-node'
[...]
PLAY [Converge] ****************************************************************
TASK [Gathering Facts] *********************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TimeoutError: Timer expired after 10 seconds
fatal: [instance-2]: FAILED! => {"changed": false, "cmd": "/sbin/udevadm info --query property --name /dev/sda1", "msg": "Timer expired after 10 seconds", "rc": 257}
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TimeoutError: Timer expired after 10 seconds
fatal: [instance-1]: FAILED! => {"changed": false, "cmd": "/sbin/udevadm info --query property --name /dev/sda1", "msg": "Timer expired after 10 seconds", "rc": 257}
examples: on Python: 2.7 TESTS_TYPE=functional ANSIBLE_VERSION=27
Issue Type
Desired Behavior
Do not fail on timer expired
Actual Behaviour
examples: on Python: 2.7 TESTS_TYPE=functional ANSIBLE_VERSION=27
The text was updated successfully, but these errors were encountered: