This check currently fails on "sabro*" machines, when running on
"qemu-mainline" branch. It takes about 35 seconds when running
manually while the default timeout is only 30s.
Increase timeout so that the machine as more time to run this bundle
of perl, binary and python (fishdescriptor called by
osstest-depriv-fd-collector, and probably the culprit for longer run
time).
Signed-off-by: Anthony PERARD <anthony@xenproject.org>
}
sub fish_guest () {
- $fish_output = target_cmd_output_root($ho, <<END.<<'END');
+ $fish_output = target_cmd_output_root($ho, <<END.<<'END', 120);
set -ex
domid=\$(xl domid '$gho->{Name}')
END