Skip to content

Commit

Permalink
eg/error: minor adjustmen printout with actual sleep time (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecki authored and ddollar committed Mar 27, 2017
1 parent ac8303a commit 557b5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eg/error
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

$stdout.sync = true

puts "will error in 10s"
puts "will error in 5s"
sleep 5
raise "Dying"

0 comments on commit 557b5e1

Please sign in to comment.