Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 18, 2023
1 parent bea74af commit 5ff543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/RenderEngineHelper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace testing
};

int sleep = 0;
int maxSleep = 30;
int maxSleep = 100;
while (!receivedRenderEvent && sleep < maxSleep)
{
std::this_thread::sleep_for(std::chrono::milliseconds(100));
Expand Down

0 comments on commit 5ff543a

Please sign in to comment.