diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2022-06-27 16:05:06 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2022-06-27 19:25:56 -0400 |
commit | fe92f11a510e84443a0e194f2e4a97d59371f536 (patch) | |
tree | 77d2c047ac4c26bc794acbd466dbdb95d497643f /tests/bcachefs/replication.ktest | |
parent | 6cee4fbd667488cbe52cd993626a856ef9f25245 (diff) |
More test fixups
- longer timeout for tiering_buffered, drop_alloc
- migrate_fom_fs now works for xfs and ext4 (not btrfs)
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'tests/bcachefs/replication.ktest')
-rw-r--r-- | tests/bcachefs/replication.ktest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bcachefs/replication.ktest b/tests/bcachefs/replication.ktest index da14cb8..dabcf06 100644 --- a/tests/bcachefs/replication.ktest +++ b/tests/bcachefs/replication.ktest @@ -90,7 +90,7 @@ test_replicas() test_replicas_variable_buckets() { - set_watchdog 60 + set_watchdog 600 run_quiet "" bcachefs format -f \ --replicas=2 \ --bucket=32k /dev/sdb \ |