Skip to content

Commit

Permalink
ZTS: Allow longer run time for zdb_args_pos
Browse files Browse the repository at this point in the history
The zdb_args_pos test may take slightly longer than 600 seconds to run
on some of the CI builders.  To prevent this from causing failures allow
up to 1200 seconds for tests in this group.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#15826
  • Loading branch information
behlendorf authored and lundman committed Mar 13, 2024
1 parent 2a3b0c4 commit b22f285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/runfiles/common.run
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ tests = ['zdb_002_pos', 'zdb_003_pos', 'zdb_004_pos', 'zdb_005_pos',
pre =
post =
tags = ['functional', 'cli_root', 'zdb']
timeout = 1200

[tests/functional/cli_root/zfs]
tests = ['zfs_001_neg', 'zfs_002_pos']
Expand Down

0 comments on commit b22f285

Please sign in to comment.