Skip to content

Commit

Permalink
CI: Add some sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele committed Oct 4, 2017
1 parent 80d2746 commit d682f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/e2e.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ S3_OBJVER=$(aws s3api head-object --bucket $S3_BUCKET --key $S3_KEY --query Vers
--param-value S3ObjectVersion=$S3_OBJVER

./dl/sshello &
sleep 1
./lastkeypair_linux_amd64 ssh exec --instance-arn abcdef -- -o StrictHostKeyChecking=no -o LogLevel=QUIET -p 2222 travis@localhost | tee out.log
diff out.log ci/expected-output.txt

Expand Down

0 comments on commit d682f5e

Please sign in to comment.