Add CI timeout guidelines (#10829)

This commit is contained in:
Lianmin Zheng
2025-09-23 22:08:02 -07:00
committed by GitHub
parent 32d893730f
commit b1f0fc1c0b
7 changed files with 12 additions and 38 deletions

View File

@@ -35,7 +35,7 @@ class TestStandaloneSpeculativeDecodingBase(CustomTestCase):
model = DEFAULT_LOOKAHEAD_SPECULATIVE_TARGET_MODEL_FOR_TEST
base_url = DEFAULT_URL_FOR_TEST
accuracy_threshold = 0.8 # derived tests need to override this
accuracy_threshold = 0.79 # derived tests need to override this
spec_decode_threshold = 1.8 # derived spec decoding tests need to override this
@classmethod