Skip to content

Commit

Permalink
Bump timeouts for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 18, 2012
1 parent 0eb40ba commit 37640d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions spec/integration/multiple_consumers_per_queue_spec.rb
Expand Up @@ -108,7 +108,7 @@
end
end

done(5.0) {
done(6.5) {
@consumer1_mailbox.size.should == 34
@consumer2_mailbox.size.should == 33
@consumer3_mailbox.size.should == 33
Expand Down Expand Up @@ -154,7 +154,7 @@
end
end

done(5.0) {
done(6.5) {
@consumer1_mailbox.size.should == 50
@consumer2_mailbox.size.should == 0
@consumer3_mailbox.size.should == 50
Expand Down Expand Up @@ -203,7 +203,7 @@
end
end

done(5.0) {
done(6.5) {
@consumer1_mailbox.size.should == 100
@consumer2_mailbox.size.should == 0
@consumer3_mailbox.size.should == 0
Expand Down Expand Up @@ -249,7 +249,7 @@
end
end

done(5.0) {
done(6.5) {
@consumer1_mailbox.size.should == 100
@consumer2_mailbox.size.should == 0
@consumer3_mailbox.size.should == 0
Expand Down
8 changes: 4 additions & 4 deletions spec/integration/tx_rollback_spec.rb
Expand Up @@ -37,7 +37,7 @@
@producer_channel.tx_rollback
end

done(3.5)
done(4.5)
end # it
end # describe

Expand Down Expand Up @@ -79,7 +79,7 @@
@producer_channel.connection.close
end

done(3.5)
done(4.5)
end # it
end # describe

Expand Down Expand Up @@ -121,7 +121,7 @@
@producer_channel.close
end

done(3.5)
done(4.5)
end # it
end # describe

Expand Down Expand Up @@ -162,6 +162,6 @@
end
EventMachine.add_timer(0.5) { @producer_channel.tx_rollback }

done(3.5)
done(4.5)
end # it
end # describe

0 comments on commit 37640d0

Please sign in to comment.