You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b.logger.Errorf("Browser:Close", "closing the browser: %v", err)
}
}
I worry that we would need to change this whenever a larger timeout is needed. A larger timeout can cause prematurely aborted errors from the engine team. Two hopefully possible solutions:
Implementing our own Context implementation that automatically cancels when the process is dead
Making this an environment variable
The text was updated successfully, but these errors were encountered:
Originally posted by @inancgumus in #1442 (comment)
xk6-browser/common/browser.go
Lines 539 to 552 in aa6a1c0
I worry that we would need to change this whenever a larger timeout is needed. A larger timeout can cause prematurely aborted errors from the engine team. Two hopefully possible solutions:
Context
implementation that automatically cancels when the process is deadThe text was updated successfully, but these errors were encountered: