Skip to content

test_qemu_running_processes: wait 5 min, not 3

Oliver Smith requested to merge ci-qemu-test-increase-time into master

Be more patient with waiting for processes to start up. From looking at the logs, it seems that the only reason CI was failing is because we did not wait long enough.

(For the record, this is not related to self-calling function recursion as I thought earlier. That was just pytest trying to print "args", which has a reference to itself.)

Merge request reports