Skip to content

Commit

Permalink
Merge pull request #6 from TPei/spec_fixes
Browse files Browse the repository at this point in the history
incrase time out in order to avoid race condition in specs
  • Loading branch information
TPei authored Jul 8, 2018
2 parents 6f9d6a7 + 3181e67 commit 05c2c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: circuit_breaker
version: 0.0.4
version: 0.0.5

authors:
- tpei <[email protected]>
2 changes: 1 addition & 1 deletion spec/circuit_breaker_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe "CircuitBreaker" do
end
end

sleep 2
sleep 2.1

expect_raises ArgumentError do
breaker.run do
Expand Down

0 comments on commit 05c2c2b

Please sign in to comment.