Skip to content

Conversation

@ClaytonNorthey92
Copy link

@ClaytonNorthey92 ClaytonNorthey92 commented Nov 10, 2025

optimism overrides context timeouts in (a lot of) test "wait" helper functions. one that we use use ForReceiptMaybe. the timeout is hard-coded to 2 minutes. but realistically when we "wait" sometimes what we're waiting for finishes in less than 2 minutes, sometimes longer.

remove this override. use the context passed into the fuction for the timeout.

optimism overrides context timeouts in (a lot of) test "wait" helper functions. one that we use use ForReceiptMaybe.  the timeout is hard-coded to 2 minutes.  but realistically when we "wait" sometimes what we're waiting for finishes in less than 2 minutes, sometimes longer.

remove this override.  use the context passed into the fuction for the timeout.
@ClaytonNorthey92 ClaytonNorthey92 force-pushed the clayton/no-timeout-override branch from a4bdf88 to 515a73a Compare November 10, 2025 15:45
@ClaytonNorthey92 ClaytonNorthey92 changed the title do not override timeout in ForReceiptOK do not override timeout in ForReceiptMaybe Nov 10, 2025
Copy link

@jcvernaleo jcvernaleo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@ClaytonNorthey92 ClaytonNorthey92 merged commit 515a759 into hemi Nov 10, 2025
5 checks passed
@ClaytonNorthey92 ClaytonNorthey92 deleted the clayton/no-timeout-override branch November 11, 2025 16:15
ClaytonNorthey92 added a commit that referenced this pull request Nov 11, 2025
ClaytonNorthey92 added a commit that referenced this pull request Nov 11, 2025
Revert "do not override timeout in ForReceiptMaybe (#26)"

This reverts commit 515a759.
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.

4 participants