From 719deffe69c28b012488d53254c96f9d9005cbf0 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 28 Feb 2019 09:35:53 -0800 Subject: [PATCH] qa: bump fsstress timeout to 6h When run with valgrind, it takes a significant amount of time to complete. Fixes: http://tracker.ceph.com/issues/38520 Signed-off-by: Patrick Donnelly (cherry picked from commit f9146f2accb6eba2e10da578a8a605ab1aa88893) --- qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml b/qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml index ddb18fb791a..bae2202921f 100644 --- a/qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml +++ b/qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml @@ -1,5 +1,6 @@ tasks: - workunit: + timeout: 6h clients: all: - suites/fsstress.sh -- 2.47.3