Skip to content

Commit

Permalink
Merge pull request #5962 from rhrazdil/fix-vmenvironment-timeouts
Browse files Browse the repository at this point in the history
Bug 1856251: fix test env expect script timeout
  • Loading branch information
openshift-merge-robot committed Jul 14, 2020
2 parents 7c4924b + 4ed224a commit e417cd0
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -21,8 +21,9 @@ spawn virtctl console $vm_name -n $vm_namespace --timeout 7

send -h "\n"

sleep 3
sleep 60

# Send ctrl + D preventively to make sure user is logged out
send -h \004

set timeout 300
Expand Down

0 comments on commit e417cd0

Please sign in to comment.