Make progress smoother

This commit is contained in:
Anton Thomasson 2021-05-13 19:53:01 +02:00
parent 93705c7a60
commit 580bbdfdbb

View file

@ -272,7 +272,7 @@ try {
for(;;)
{
if(ppm2pwg->waitForFinished(1000))
if(ppm2pwg->waitForFinished(250))
{
ppm2pwgSuccess = true;
break;
@ -659,7 +659,7 @@ try {
for(;;)
{
if(ppm2pwg->waitForFinished(1000))
if(ppm2pwg->waitForFinished(250))
{
ppm2pwgSuccess = true;
break;