Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Specify an interval to sleep before starting #67

Conversation

fonglh
Copy link
Member

@fonglh fonglh commented Sep 14, 2016

Fixes #66.

let(:argv) do
["--host=#{host}", "--api-token=#{api_token}", "--api-user-email=#{api_user_email}",
'--one-shot', "--interval=#{poll_interval}", "--lifetime=#{image_lifetime}"]
'--one-shot', "--interval=#{poll_interval}", "--lifetime=#{image_lifetime}",
"--sleep=#{sleep_time}"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Align the elements of an array literal if they span more than one line.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Align the elements of an array literal if they span more than one line.

@fonglh fonglh force-pushed the Coursemology/evaluator-slave#66-sleep-b4-start branch from b2d02ba to 44f112b Compare September 14, 2016 02:09
@allenwq
Copy link
Member

allenwq commented Sep 14, 2016

👍

@allenwq allenwq merged commit 99858f6 into Coursemology:master Sep 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants