We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288cb36 commit 22989c6Copy full SHA for 22989c6
ruby/hyper-operation/spec/aaa_run_first/transports_spec.rb
@@ -114,7 +114,7 @@ def connect(*args)
114
mount "TestComponent"
115
evaluate_ruby "Hyperstack.go_ahead_and_connect"
116
Timecop.travel(Time.now+Hyperstack::Connection.transport.expire_new_connection_in)
117
- wait_for { Hyperstack::Connection.active }.to eq(['ScopeIt::TestApplication'])
+ wait_for { sleep 1; Hyperstack::Connection.active }.to eq(['ScopeIt::TestApplication'])
118
ApplicationController.acting_user = true
119
120
0 commit comments