Skip to content

Commit

Permalink
pbTests: Increase QPC.sh sleep time after boot (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willsparker authored May 20, 2021
1 parent 2dc6274 commit c5baa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/pbTestScripts/qemuPlaybookCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ done
-nographic) > "$workFolder/${OS}.${ARCHITECTURE}.startlog" 2>&1 &

echo "Machine is booting; logging console to $workFolder/${OS}.${ARCHITECTURE}.startlog Please be patient"
sleep 120
sleep 180
tail "$workFolder/${OS}.${ARCHITECTURE}.startlog" | sed 's/^/CONSOLE > /g'
echo "Machine has started, unless the above log shows otherwise ..."

Expand Down

0 comments on commit c5baa51

Please sign in to comment.