timeout property

Timeout? get timeout

Sets a timeout for the test. If the test runs longer, it will be marked as failed.

Implementation

static Timeout? get timeout => Settings.shared.timeout;
set timeout (Timeout? value)

Implementation

static set timeout(Timeout? value) => Settings.shared.timeout = value;