Skip to content

Commit

Permalink
Introduce delay
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Oct 27, 2011
1 parent 0f5670f commit d8a7f62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/api/test-job-run.sh
Expand Up @@ -121,6 +121,9 @@ runurl="${APIURL}/job/${jobid}/run"
params=""
execargs=""

# let job finish executing
sleep 2

# get listing
$CURL -H "$AUTHHEADER" --data-urlencode "argString=${execargs}" ${runurl}?${params} > $DIR/curl.out || fail "failed request: ${runurl}"

Expand Down

0 comments on commit d8a7f62

Please sign in to comment.