tor-rtcompat: s/micros/millis inside a flaky test
The other tests wait for 100 milliseconds; this one waits for 100 microseconds for some reason, which meant it was understandably flaky if run on anything less than perfect conditions (#515 (closed)).
This is probably a typo, so just change it.
fixes #515 (closed)