]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: increase timeout for cleanup 24503/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 9 Oct 2018 20:31:26 +0000 (13:31 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 9 Oct 2018 20:31:26 +0000 (13:31 -0700)
Apparently 15m is not long enough for some workunits like fsstress.

Fixes: http://tracker.ceph.com/issues/36365
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/workunit.py

index 8c34aed2168b2e7bf1ec89d02468c11a1a33a61d..5ffc04758d33b73f939c7d8fec9ee04b2a881095 100644 (file)
@@ -410,7 +410,7 @@ def _run_tests(ctx, refspec, role, tests, env, basedir,
                 )
                 if cleanup:
                     args=['sudo', 'rm', '-rf', '--', scratch_tmp]
-                    remote.run(logger=log.getChild(role), args=args, timeout=(15*60))
+                    remote.run(logger=log.getChild(role), args=args, timeout=(60*60))
     finally:
         log.info('Stopping %s on %s...', tests, role)
         args=['sudo', 'rm', '-rf', '--', workunits_file, clonedir]