Fix timed out tests.

This commit is contained in:
Marco Vermeulen
2017-12-22 08:38:38 +00:00
parent b7a00f683d
commit cc97303dff
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ Feature: Mnemonics
Given the candidate "grails" version "1.3.9" is already installed and default
And the default "grails" version is "2.4.4"
And the system is bootstrapped
When I enter "sdk ug grails"
When I enter "sdk ug grails" and answer "n"
Then I see "Upgrade:"
And I see "grails (1.3.9 < 2.4.4)"
@@ -50,7 +50,7 @@ Feature: Mnemonics
Given the candidate "grails" version "1.3.9" is already installed and default
And the default "grails" version is "2.4.4"
And the system is bootstrapped
When I enter "sdk o grails"
When I enter "sdk o grails" and answer "n"
Then I see "Upgrade:"
And I see "grails (1.3.9 < 2.4.4)"

View File

@@ -9,7 +9,7 @@ Feature: Upgrade Candidate
Given the candidate "grails" version "1.3.9" is already installed and default
And the default "grails" version is "2.4.4"
And the system is bootstrapped
When I enter "sdk upgrade grails"
When I enter "sdk upgrade grails" and answer "n"
Then I see "Upgrade:"
And I see "grails (1.3.9 < 2.4.4)"
@@ -36,7 +36,7 @@ Feature: Upgrade Candidate
Given the candidate "grails" version "1.3.9" is already installed and default
And the default "grails" version is "2.4.4"
And the system is bootstrapped
When I enter "sdk upgrade"
When I enter "sdk upgrade" and answer "n"
Then I see "Upgrade:"
And I see "grails (1.3.9 < 2.4.4)"
@@ -46,7 +46,7 @@ Feature: Upgrade Candidate
And the candidate "groovy" version "2.0.5" is already installed and default
And the default "groovy" version is "2.4.1"
And the system is bootstrapped
When I enter "sdk upgrade"
When I enter "sdk upgrade" and answer "n"
Then I see "Upgrade:"
And I see "grails (1.3.9 < 2.4.4)"
And I see "groovy (2.0.5 < 2.4.1)"