Skip to content

Instantly share code, notes, and snippets.

@ajayjapan
Created March 3, 2011 22:12
Show Gist options
  • Save ajayjapan/853726 to your computer and use it in GitHub Desktop.
Save ajayjapan/853726 to your computer and use it in GitHub Desktop.
Timeout
bash-3.2$ cucumber
Feature: Test
Background: # features/example.feature:3
Given "sonar.xcodeproj" is loaded in the simulator # iCuke-0.6.3/lib/icuke/cucumber.rb:197
execution expired (Timeout::Error)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:60:in `launch'
features/example.feature:4:in `Given "sonar.xcodeproj" is loaded in the simulator'
Scenario: User views the About screen # features/example.feature:6
When I tap "About" # iCuke-0.6.3/lib/icuke/cucumber.rb:227
Then I should see "Author:" # iCuke-0.6.3/lib/icuke/cucumber.rb:219
Failing Scenarios:
cucumber features/example.feature:6 # Scenario: User views the About screen
1 scenario (1 failed)
3 steps (1 failed, 2 skipped)
0m30.319s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment