Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c854d6e006f3
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40196e5edcd3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 23, 2015

  1. Copy the full SHA
    5c87ab9 View commit details
  2. Copy the full SHA
    40196e5 View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 test/truffle/pe/pe.rb
6 changes: 4 additions & 2 deletions test/truffle/pe/pe.rb
Original file line number Diff line number Diff line change
@@ -24,7 +24,9 @@
#
# Run with:
#
# jt run --graal -J-G:+TraceTruffleCompilation -J-G:+TruffleCompilationExceptionsAreFatal test.rb
# jt run --graal "-J-Djvmci.options=+TraceTruffleCompilation +TruffleCompilationExceptionsAreFatal" test.rb

TIMEOUT = 10

EXAMPLES = []

@@ -115,7 +117,7 @@ def report(status, code, message = nil)
end
end

test_thread.join(5)
test_thread.join(TIMEOUT)

unless finished
report 'TIMEOUT', code, "didn't compile in time so I don't know if it's constant or not"