changed sleep hack from 1sec to .2sec to speed up integ tests on build machine (todo: get rid of this hack)

This commit is contained in:
Nick Bolton 2013-08-30 17:33:35 +00:00
parent 93b593f13e
commit d68e472d2f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ bool
COSXKeyStateTests::isKeyPressed(const COSXKeyState& keyState, KeyButton button)
{
// HACK: allow os to realize key state changes.
ARCH->sleep(1);
ARCH->sleep(.2);
IKeyState::KeyButtonSet pressed;
keyState.pollPressedKeys(pressed);