Skip to content

Conversation

@mystenmark
Copy link
Contributor

  • Use shorter request timeout in test configurations: This lessens the chance of having a payload exhaust its retry budget before completing
  • Speed up rolling restart test: the length of the test earlier wasn't doing much, since the real test is whether we can reconfigure, which only happens at the end

mystenmark and others added 2 commits January 29, 2026 16:13
Reduce the default request timeout from 30s to 10s when running in test
configurations (msim, debug_assertions, antithesis). This allows more
retries during validator rolling restarts and epoch changes, fixing
flaky test failures in test_simulated_load_rolling_restarts_all_validators.

The shorter timeout is applied via a LazyLock that checks
in_test_configuration() at runtime, ensuring production behavior
remains unchanged.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@mystenmark mystenmark requested a review from mwtian January 30, 2026 00:29
@mystenmark mystenmark temporarily deployed to sui-typescript-aws-kms-test-env January 30, 2026 00:29 — with GitHub Actions Inactive
@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sui-docs Ready Ready Preview, Comment Jan 30, 2026 1:01am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
multisig-toolkit Ignored Ignored Preview Jan 30, 2026 1:01am
sui-kiosk Ignored Ignored Preview Jan 30, 2026 1:01am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants