Skip to content

Commit

Permalink
Changed the timeout description
Browse files Browse the repository at this point in the history
  • Loading branch information
marikrg committed Mar 22, 2017
1 parent 11ba78b commit d6b3bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/image_streamer/artifact_bundle.pp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
data => {
name => 'Artifact_Bundle_2_Puppet',
artifact_bundle_path => 'examples/image_streamer/artifact_bundle.zip', # can be either an absolute or relative path
timeout => 3600 # you can set a timeout (in seconds) for the upload
timeout => 3600 # optionally sets a timeout (in seconds) for the upload
}
}

Expand Down Expand Up @@ -112,7 +112,7 @@
data => {
deploymentGroupUri => 'OSDS',
backup_upload_path => 'examples/image_streamer/ci-backup2017-03-01T17_40_31.628Z.zip', # can be either an absolute or relative path
timeout => 3600 # you can set a timeout (in seconds) for the upload
timeout => 3600 # optionally sets a timeout (in seconds) for the upload
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/image_streamer/golden_image.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
name => 'Golden_Image_2',
description => 'Golden image added from the file that is uploaded from a local drive',
golden_image_path => 'golden_image.zip', # can be either an absolute or relative path
timeout => 3600 # you can set a timeout (in seconds) for the upload
timeout => 3600 # optionally sets a timeout (in seconds) for the upload
}
}

Expand Down

0 comments on commit d6b3bdf

Please sign in to comment.