diff options
Diffstat (limited to 'tests/functional')
| -rwxr-xr-x | tests/functional/quota/test_alert_time_out.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/quota/test_alert_time_out.py b/tests/functional/quota/test_alert_time_out.py index cadb0de72..626a04d2b 100755 --- a/tests/functional/quota/test_alert_time_out.py +++ b/tests/functional/quota/test_alert_time_out.py @@ -278,9 +278,9 @@ class QuotaTimeOut(GlusterBaseClass):          g.log.info("Files creation stopped on mountpoint once exceeded "                     "hard limit") -        # Inserting sleep of 2 seconds so the alert message gets enough time +        # Inserting sleep of 6 seconds so the alert message gets enough time          # to be logged -        time.sleep(2) +        time.sleep(6)          # Append unique string to the brick log          g.log.info("Appending string 'appended_string_6' to the log:")  | 
