Skip to content

Commit

Permalink
change timeout
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Feb 26, 2024
1 parent be8fc0c commit 160791c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def test_large_omap_objects_fs_meta_data(self, pvc_factory, pod_factory):
"mkdir -p /var/lib/www/html/dir3/.snap; for n in {1..100}; do touch /var/lib/www/html/dir3/file{0..11000}; "
"mkdir -p /var/lib/www/html/dir3/.snap/snap_$n; rm -f /var/lib/www/html/dir3/file{0..11000}; done"
)
self.pod_obj.exec_sh_cmd_on_pod(command=cmd, sh="bash")
self.pod_obj.exec_sh_cmd_on_pod(command=cmd, sh="bash", timeout=20000)

0 comments on commit 160791c

Please sign in to comment.