[NPU][CI] Increase e2e multi-node test timeout to 210 minutes (#39952)

This commit is contained in:
pllimax
2026-09-17 20:50:33 +08:00
committed by GitHub
parent a9fb1c3238
commit 7ccbf5fd04
@@ -30,7 +30,7 @@ custom_api = client.CustomObjectsApi()
batch_api = client.BatchV1Api()
rbac_api = client.RbacAuthorizationV1Api()
LOCAL_TIMEOUT = 10800
LOCAL_TIMEOUT = 12600
script_path = os.path.dirname(os.path.abspath(__file__))