t/fiotestcommon: lengthen timeout for longer tests
authorVincent Fu <vincentfu@gmail.com>
Thu, 8 May 2025 18:58:13 +0000 (14:58 -0400)
committerVincent 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

index 9003b4c14ae4597ad9442161052b9d7b21adc2f5..04dfb91fccbceec7779cbb992624464839909784 100644 (file)
@@ -22,7 +22,7 @@ SUCCESS_DEFAULT = {
 SUCCESS_LONG = {
     'zero_return': True,
     'stderr_empty': True,
-    'timeout': 1800,
+    'timeout': 3600,
     }
 SUCCESS_NONZERO = {
     'zero_return': False,