projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a8799
)
t/fiotestcommon: lengthen timeout for longer tests
author
Vincent Fu
<vincentfu@gmail.com>
Thu, 8 May 2025 18:58:13 +0000
(14:58 -0400)
committer
Vincent Fu
<vincent.fu@samsung.com>
Fri, 16 May 2025 16:09:30 +0000
(12:09 -0400)
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.
Link:
https://lore.kernel.org/r/20250508185832.3702-6-vincent.fu@samsung.com
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/fiotestcommon.py
patch
|
blob
|
blame
|
history
diff --git
a/t/fiotestcommon.py
b/t/fiotestcommon.py
index 9003b4c14ae4597ad9442161052b9d7b21adc2f5..04dfb91fccbceec7779cbb992624464839909784 100644
(file)
--- a/
t/fiotestcommon.py
+++ b/
t/fiotestcommon.py
@@
-22,7
+22,7
@@
SUCCESS_DEFAULT = {
SUCCESS_LONG = {
'zero_return': True,
'stderr_empty': True,
- 'timeout':
18
00,
+ 'timeout':
36
00,
}
SUCCESS_NONZERO = {
'zero_return': False,