Skip to content

Conversation

@mitchell-as
Copy link
Collaborator

@mitchell-as mitchell-as commented Oct 2, 2024

TaskDX-3070 Audit integration test usage of `termtest.OptExpectTimeout()` and use constants where possible

@mitchell-as
Copy link
Collaborator Author

The lone test failure is a sporadic issue and unrelated to this PR.

@mitchell-as mitchell-as requested a review from MDrakos October 2, 2024 13:03
@mitchell-as mitchell-as marked this pull request as ready for review October 2, 2024 13:03
if runtime.GOOS == "linux" {
cp.Expect("Creating a Virtual Environment")
cp.Expect("Activated", e2e.RuntimeSourcingTimeoutOpt)
cp.ExpectInput(termtest.OptExpectTimeout(40 * time.Second))
Copy link
Member

Choose a reason for hiding this comment

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

There is another timeout right above this one so seems odd we would need another here just for the input expect.

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.

3 participants