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 c67867f commit b531a92Copy full SHA for b531a92
test/async/container/controller.rb
@@ -25,18 +25,16 @@ def controller.setup(container)
25
container.spawn(key: "test") do |instance|
26
instance.ready!
27
28
- sleep(0.2)
29
-
30
@output.write(".")
31
@output.flush
32
33
- sleep(0.4)
+ sleep(0.2)
34
end
35
36
container.spawn do |instance|
37
38
39
- sleep(0.3)
+ sleep(0.1)
40
41
@output.write(",")
42
@@ -52,6 +50,7 @@ def controller.setup(container)
52
50
controller.reload
53
51
54
expect(input.read(1)).to be == ","
+
55
controller.wait
56
57
0 commit comments