Test the expectation that shiny was busy for an interval of time.

expect_busy_time(object, max_time, history = FALSE)

Arguments

object

reactor object

max_time

numeric, maximum expected time

history

logical, calculate the full history of time or only the last operation, Default: FALSE

Value

invisible reactor object

Details

DETAILS

See also

expect

Other testing: expect_reactivity(), test_app()

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }