Skip to content

Commit cbfe120

Browse files
committed
add sleep for timing issue
1 parent 24f95d6 commit cbfe120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/protocol/eval_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_eval_executes_commands
4141

4242
class EvaluateOnSomeFramesTest < ProtocolTestCase
4343
PROGRAM = <<~RUBY
44-
1| a = 2
44+
1| a = 2; sleep 0.1
4545
2| def foo
4646
3| a = 4
4747
4| end

0 commit comments

Comments
 (0)