Skip to content

Commit

Permalink
Merge pull request theforeman#215 from beav/snorlax
Browse files Browse the repository at this point in the history
add sleep after Katello bats install
  • Loading branch information
jlsherrill committed Apr 12, 2016
2 parents 308bb0b + 88da2ce commit cf39872
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bats/fb-install-katello.bats
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ setup() {
[ x$FOREMAN_VERSION = "x1.3" ] && skip "Only supported on 1.4+"
hammer -u admin -p changeme host info --name $(hostname -f)
}

@test "Zzzz.... (120 sec)" {
sleep 120
}

0 comments on commit cf39872

Please sign in to comment.