Skip to content

Commit

Permalink
increase waiting time for eva-buffer test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Jul 25, 2015
1 parent a6f430d commit 3650504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/alchemist-eval-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sum = fn (a, b) ->
end
sum.(21, 33)")
(alchemist-eval-buffer)
(wait 1))
(wait 3))
(should (equal "54" (capture-eval-popup-content))))

(ert-deftest evaluate-code-in-current-buffer-and-print-inline ()
Expand Down

0 comments on commit 3650504

Please sign in to comment.