Skip to content

Commit 22989c6

Browse files
committed
trying to get intemittent operation spec to pass
1 parent 288cb36 commit 22989c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/hyper-operation/spec/aaa_run_first/transports_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def connect(*args)
114114
mount "TestComponent"
115115
evaluate_ruby "Hyperstack.go_ahead_and_connect"
116116
Timecop.travel(Time.now+Hyperstack::Connection.transport.expire_new_connection_in)
117-
wait_for { Hyperstack::Connection.active }.to eq(['ScopeIt::TestApplication'])
117+
wait_for { sleep 1; Hyperstack::Connection.active }.to eq(['ScopeIt::TestApplication'])
118118
ApplicationController.acting_user = true
119119
mount "TestComponent"
120120
evaluate_ruby "Hyperstack.go_ahead_and_connect"

0 commit comments

Comments
 (0)