blob: 6a72621b66b294833ef856805810bf057ace9535 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//src/storage/lib/fs_management/client.shard.cml",
"//src/storage/testing/driver_test_realm/meta/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/blobfs_stressor",
args: [
// 6 hour time limit
"--time-limit-secs",
"21600",
],
},
}