发布

  • [NA] [E2E] fix: increase online scoring test timeouts for GitHub-hosted runners (#6024)

    frostbyte_neo 发布于 2026-04-01 11:41:34 +00:00

    Online scoring E2E tests were consistently timing out (60s) on
    GitHub-hosted runners in post-merge CI, while passing on self-hosted
    runners. The scoring pipeline (rule activation -> trace creation ->
    LLM API call -> score storage) takes longer on resource-constrained
    GitHub-hosted runners.

    • Increase test timeout from 60s to 120s
    • Increase polling attempts from 15 to 25
    • Increase page refresh wait from 2s to 3s

    Co-authored-by: Andrei Căutișanu andreicautisanu@ip-192-168-1-128.eu-west-1.compute.internal
    Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

    下载附件