diff options
author | Nigel Babu <nigelb@redhat.com> | 2018-02-21 08:57:54 +0530 |
---|---|---|
committer | Nigel Babu <nigelb@redhat.com> | 2018-02-21 06:58:13 +0000 |
commit | 49e57efa515f12013da9f5293846aff17ac48f7d (patch) | |
tree | 7284f1f614b3e3ccd32744bc44e9a4db7e9f40cf /tests/basic/ec/self-heal.t | |
parent | e3e7cdbde5463ff6d20af52329a784ca629c6aef (diff) |
tests: Set timeout of 300 for self-heal.t
There are a few tests that take more time on regression nodes
Change-Id: If126d5ebd422cd6d99125db040e74f0d104af7bc
Signed-off-by: Nigel Babu <nigelb@redhat.com>
Diffstat (limited to 'tests/basic/ec/self-heal.t')
-rw-r--r-- | tests/basic/ec/self-heal.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basic/ec/self-heal.t b/tests/basic/ec/self-heal.t index 7f3486fe27b..d217559db1a 100644 --- a/tests/basic/ec/self-heal.t +++ b/tests/basic/ec/self-heal.t @@ -1,5 +1,7 @@ #!/bin/bash +SCRIPT_TIMEOUT=300 + . $(dirname $0)/../../include.rc . $(dirname $0)/../../volume.rc |