-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(e2e): Finetune local timeout #17397
fix(e2e): Finetune local timeout #17397
Conversation
WalkthroughThe changes involve modifications to the timeout configuration in the end-to-end test setup within the 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Increase to 90s Introduces actionTimeout of 15s
043a5da
to
69e68b1
Compare
We had local test run timeout set to 1m. But some of our tests' runs average on 45s.
Add to that Solana slower network, busy machine where the test is run and you can get to a point where test timeouts while it didn't encounter any fatal problems
Increasing the local timeout by 30s to 90s but introducing actionTimeout of 15s. That way we wont have to wait way too much time on fail but we provide enough time for the local runs
Additionally adding option to override test timeout by .env variable
TEST_TIMEOUT_OVERRIDE