diff options
Diffstat (limited to 'tests/features')
-rwxr-xr-x | tests/features/nuke.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/nuke.t b/tests/features/nuke.t index ad9479ffaa5..ace847bc99b 100755 --- a/tests/features/nuke.t +++ b/tests/features/nuke.t @@ -36,6 +36,6 @@ TEST ! ls $M0/foo TEST [ $(count_files $LANDFILL) = "1" ] # Make sure the janitor thread cleans it up in a timely fashion. -EXPECT_WITHIN 20 "0" count_files $LANDFILL +EXPECT_WITHIN 60 "0" count_files $LANDFILL cleanup |