Up the timeout
This commit is contained in:
parent
6d348703f7
commit
21b8ce3385
@ -144,6 +144,7 @@
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||
<CallingConvention>FastCall</CallingConvention>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
|
@ -251,7 +251,7 @@ int BngRwReqWaitTouch(UINT a, int maxIntSomehow, UINT c, void (*callback)(int, i
|
||||
|
||||
// this is a really ugly hack, forgive me
|
||||
using namespace std::chrono_literals;
|
||||
std::this_thread::sleep_for(100ms);
|
||||
std::this_thread::sleep_for(250ms);
|
||||
return 1;
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user