bug 5309: tweak so that background progress doesn't exit immediately
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
0187e38ad7
commit
48ab366b57
1 changed files with 1 additions and 1 deletions
|
@ -84,8 +84,8 @@ if ($completedJobID) {
|
|||
close STDERR;
|
||||
|
||||
foreach (1..100) {
|
||||
sleep 1;
|
||||
$job->progress( $_ );
|
||||
sleep 1;
|
||||
}
|
||||
$job->finish();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue