Skip to content

Commit

Permalink
GSSAPI test: wait longer for config change
Browse files Browse the repository at this point in the history
Signed-off-by: Monis Khan <mkhan@redhat.com>
  • Loading branch information
enj committed May 4, 2017
1 parent d98ef74 commit 6a2836b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/gssapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function update_auth_proxy_config() {
spec+='{.items[0].status.conditions[?(@.type=="Ready")].status}'

os::cmd::expect_success "oc set env dc/gssapiproxy-server SERVER='${server_config}'"
os::cmd::try_until_text "oc get pods -l deploymentconfig=gssapiproxy-server -o jsonpath='${spec}'" "^${server_config}_True$"
os::cmd::try_until_text "oc get pods -l deploymentconfig=gssapiproxy-server -o jsonpath='${spec}'" "^${server_config}_True$" $(( 10 * minute ))
}

function run_gssapi_tests() {
Expand Down

0 comments on commit 6a2836b

Please sign in to comment.