-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
code-cleanupCode health fixes/improvementsCode health fixes/improvementsgood-first-issueGood issues for incoming membersGood issues for incoming memberstestingCode that demonstrates code behaviorCode that demonstrates code behavior
Description
In message.h, we define TIMEOUT to be the maximum number of milliseconds to wait between each message from a device.
We have some tests that connect virtual faulty devices (ForeignTestDevice and UnstableTestDevice). If the test relies on waiting for these devices to timeout, the sleep() duration should be some multiple of TIMEOUT instead of a hardcoded value (ex: 5 seconds)
Metadata
Metadata
Assignees
Labels
code-cleanupCode health fixes/improvementsCode health fixes/improvementsgood-first-issueGood issues for incoming membersGood issues for incoming memberstestingCode that demonstrates code behaviorCode that demonstrates code behavior