Test the expectation that shiny was busy for an interval of time.
expect_busy_time(object, max_time, history = FALSE)
object | reactor object |
---|---|
max_time | numeric, maximum expected time |
history | logical, calculate the full history of time or only the last operation, Default: FALSE |
invisible reactor object
DETAILS
Other testing:
expect_reactivity()
,
test_app()