`Runtime.hasTimeExpired()` had a minor flaw. Because it was comparing two values using `>` instead of `>=`, it meant that a timeout set at 20ms wouldn't actually time out until 21ms elapsed. Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>pull/1030/head
parent
3a8eb5d839
commit
18a8e728f2
Loading…
Reference in new issue