You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Tests relying on timeout have high variance on TruffleRuby due to the highly-optimizing JIT, deoptimization, profiling interpreter, different GC, etc.
53
-
# Setting a default timeout scale helps avoid transient failures for tests relying on timeouts.
54
-
# We choose 10 because it is the same number used in CRuby CI on macOS:
# Tests relying on timeout have high variance on TruffleRuby due to the highly-optimizing JIT, deoptimization, profiling interpreter, different GC, etc.
68
+
# Setting a default timeout scale helps avoid transient failures for tests relying on timeouts.
69
+
# We choose 10 because it is the same number used in CRuby CI on macOS:
0 commit comments