Closed levincent06 closed 3 years ago
Issue is likely because we have 0.1
and 0.8
as an argument to sleep()
, which takes an unsigned int
. Decimals less than 1 will get casted to an unsigned int
, which evaluates to 0
.
Since the sleep(0)
becomes a no-op, the test doesn't wait enough time for Runtime to process client inputs.
The Travis build on PR #227 has failed a couple of times on
tc_150_1
. The test passes appears to pass consistently on an actual Raspberry Pi. The build passes when restarted. Here is a sample log: