[PATCH 05/11] t/fiotestcommon: lengthen timeout for longer tests
Vincent Fu <[email protected]>
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
For GitHub-hosted Windows runners t/verify.py runs for longer than 30 min when it tests all checksum methods. Make the timeout for SUCESS_LONG tests 1hr to accommodate these tests. Signed-off-by: Vincent Fu <[email protected]> --- t/fiotestcommon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/fiotestcommon.py b/t/fiotestcommon.py index 9003b4c1..04dfb91f 100644 --- a/t/fiotestcommon.py +++ b/t/fiotestcommon.py @@ -22,7 +22,7 @@ SUCCESS_DEFAULT = { SUCCESS_LONG = { 'zero_return': True, 'stderr_empty': True, - 'timeout': 1800, + 'timeout': 3600, } SUCCESS_NONZERO = { 'zero_return': False, -- 2.47.2