Skip to content

Commit

Permalink
Increase timeout for sync mesh loading
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Aug 18, 2024
1 parent 18c9444 commit 26c0071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Entity/ComponentWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ bool App::ComponentWrapper::LoadResource(bool aRefresh, bool aWait) const

if (aWait)
{
Red::WaitForQueue(jobQueue, std::chrono::milliseconds(1000));
Red::WaitForQueue(jobQueue, std::chrono::milliseconds(5000));
}

if (aRefresh)
Expand Down

0 comments on commit 26c0071

Please sign in to comment.