change wait time to 30
This commit is contained in:
parent
e74a47cdb1
commit
2b2eff69d0
|
@ -62,7 +62,7 @@ wait $train_pid
|
|||
train_status=$?
|
||||
echo "inference ended"
|
||||
|
||||
sleep 60
|
||||
sleep 30
|
||||
kill $npu_status_pid
|
||||
echo "Npu status ended"
|
||||
|
||||
|
|
Loading…
Reference in New Issue