Skip to content

Commit

Permalink
Increase test eval timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Apr 22, 2024
1 parent 3754b17 commit 5b2a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mini_racer_test.rb
Expand Up @@ -728,7 +728,7 @@ def test_can_dispose_context

def test_estimated_size
skip "TruffleRuby does not yet implement heap_stats" if RUBY_ENGINE == "truffleruby"
context = MiniRacer::Context.new(timeout: 5)
context = MiniRacer::Context.new(timeout: 500)
context.eval(<<-JS)
let a='testing';
let f=function(foo) { foo + 42 };
Expand Down

0 comments on commit 5b2a25c

Please sign in to comment.