change wait time to 30

This commit is contained in:
wql 2024-12-03 14:08:36 +08:00
parent e74a47cdb1
commit 2b2eff69d0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ wait $train_pid
train_status=$?
echo "inference ended"
sleep 60
sleep 30
kill $npu_status_pid
echo "Npu status ended"