]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: change default timeout from 900 secs to 300 44958/head
authorRishabh Dave <ridave@redhat.com>
Wed, 9 Feb 2022 18:16:27 +0000 (23:46 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 26 Apr 2022 13:04:42 +0000 (18:34 +0530)
commitac5de474cf7d184e7aedcead8dd9c0338b799034
tree9a5add767da01786011bd02cab41e6a5c35fb53f
parent5c1c754ecdf9f7e3daf85b19d5ceb5cd11919185
qa/cephfs: change default timeout from 900 secs to 300

15 minutes is unnecessarily large as a default value for timeout for a
command. Not having to wait unnecessarily on a crash of a command will
reduce teuthology's testing queue and will save individual developer's
time while running tests locally.

Whatever lines are modified for this purpose are also modified to follow
the stlye guideline, specfically wrapping at 80 characters.

Fixes: https://tracker.ceph.com/issues/54236
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/fuse_mount.py
qa/tasks/cephfs/kernel_mount.py
qa/tasks/cephfs/mount.py