Skip to contents

Wait until the output hasn't changed for a while.

Usage

expect_silence(session, duration = 1, interval = 0.5, timeout = NULL)

Arguments

session

A rexpect_session.

duration

Numerical. Time output needs to remain unchanged in seconds. Default: 1.

interval

Numerical. Time to wait between tries in seconds. Default: 0.5.

timeout

Numerical. Maximum amount of time to wait. Default: NULL.