We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b108c5e commit c88d794Copy full SHA for c88d794
com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/generate/FastRSession.java
@@ -83,7 +83,7 @@ public final class FastRSession implements RSession {
83
public static final Source GET_CONTEXT = createSource("invisible(.fastr.context.get())", RSource.Internal.GET_CONTEXT.string);
84
85
private static final String TEST_TIMEOUT_PROPERTY = "fastr.test.timeout";
86
- private static int timeoutValue = VectorDataLibrary.ENABLE_VERY_SLOW_ASSERTS ? 30000 : 10000;
+ private static int timeoutValue = VectorDataLibrary.ENABLE_VERY_SLOW_ASSERTS ? 40000 : 20000;
87
88
private static FastRSession singleton;
89
0 commit comments