]> xenbits.xen.org Git - osstest.git/commitdiff
ts-depriv-audit-qemu: Increase depriv-fd-checker timeout master
authorAnthony PERARD <anthony@xenproject.org>
Mon, 9 Sep 2024 11:49:58 +0000 (13:49 +0200)
committerAnthony PERARD <anthony@xenproject.org>
Mon, 9 Sep 2024 11:55:46 +0000 (13:55 +0200)
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>
ts-depriv-audit-qemu

index 599bdf6d6f4ad56ee84ad326b8743fbbfc870d85..c2033ad1f0d98f8f26112ef186147395d13f18ab 100755 (executable)
@@ -41,7 +41,7 @@ sub compile_data_re () {
 }      
 
 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