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
This is approximately working as intended. Closing this in favor of the feature request to add a configuration for the timeout that would do what you hoped for here.
Remove the
registerExtension
call here:https://github.com/dart-lang/webdev/blob/6dec3735b18ec19d1d3221a003167d98584538f5/example/web/main.dart#L13
Next run this test:
https://github.com/dart-lang/webdev/blob/6dec3735b18ec19d1d3221a003167d98584538f5/webdev/test/daemon/app_domain_test.dart#L61
This
expectLater
will now fail:https://github.com/dart-lang/webdev/blob/6dec3735b18ec19d1d3221a003167d98584538f5/webdev/test/daemon/app_domain_test.dart#L69
However, the test never times out. The test runner hasn't completely stalled as it continually reports the elapsed time.
The text was updated successfully, but these errors were encountered: