Make progress smoother
This commit is contained in:
parent
93705c7a60
commit
580bbdfdbb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue